CHANGELOG.md

This commit is contained in:
dgames 2021-03-25 19:14:18 -04:00
parent e918b18ca7
commit 0fd2d9c8a8
2 changed files with 4 additions and 21 deletions

17
vendor/clink.lua vendored
View File

@ -406,24 +406,7 @@ local function svn_prompt_filter()
return false
end
local function tilde_match (text, f, l)
if text == '~' then
clink.add_match(clink.get_env('userprofile'))
clink.matches_are_files()
return true
end
if text:sub(1, 1) == '~' then
clink.add_match(string.gsub(text, "~", clink.get_env('userprofile'), 1))
-- second match prevents adding a space so we can look for more matches
clink.add_match(string.gsub(text, "~", clink.get_env('userprofile'), 1) .. '+')
clink.matches_are_files()
return true
end
end
-- insert the set_prompt at the very beginning so that it runs first
clink.register_match_generator(tilde_match, 1)
clink.prompt.register_filter(set_prompt_filter, 1)
clink.prompt.register_filter(hg_prompt_filter, 50)
clink.prompt.register_filter(git_prompt_filter, 50)

8
vendor/sources.json vendored
View File

@ -6,13 +6,13 @@
},
{
"name": "clink",
"version": "1.1.34",
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.34/clink.1.1.34.d161e9.zip"
"version": "1.1.45",
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.45/clink.1.1.45.1c3985.zip"
},
{
"name": "conemu-maximus5",
"version": "191012",
"url": "https://github.com/Maximus5/ConEmu/releases/download/v19.10.12/ConEmuPack.191012.7z"
"version": "210304",
"url": "https://github.com/Maximus5/ConEmu/releases/download/v21.03.04/ConEmuPack.210304.7z"
},
{
"name": "clink-completions",