Skip to content

Commit 0fd2d9c

Browse files
author
dgames
committed
CHANGELOG.md
1 parent e918b18 commit 0fd2d9c

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

vendor/clink.lua

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -406,24 +406,7 @@ local function svn_prompt_filter()
406406
return false
407407
end
408408

409-
local function tilde_match (text, f, l)
410-
if text == '~' then
411-
clink.add_match(clink.get_env('userprofile'))
412-
clink.matches_are_files()
413-
return true
414-
end
415-
416-
if text:sub(1, 1) == '~' then
417-
clink.add_match(string.gsub(text, "~", clink.get_env('userprofile'), 1))
418-
-- second match prevents adding a space so we can look for more matches
419-
clink.add_match(string.gsub(text, "~", clink.get_env('userprofile'), 1) .. '+')
420-
clink.matches_are_files()
421-
return true
422-
end
423-
end
424-
425409
-- insert the set_prompt at the very beginning so that it runs first
426-
clink.register_match_generator(tilde_match, 1)
427410
clink.prompt.register_filter(set_prompt_filter, 1)
428411
clink.prompt.register_filter(hg_prompt_filter, 50)
429412
clink.prompt.register_filter(git_prompt_filter, 50)

vendor/sources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
},
77
{
88
"name": "clink",
9-
"version": "1.1.34",
10-
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.34/clink.1.1.34.d161e9.zip"
9+
"version": "1.1.45",
10+
"url": "https://github.com/chrisant996/clink/releases/download/v1.1.45/clink.1.1.45.1c3985.zip"
1111
},
1212
{
1313
"name": "conemu-maximus5",
14-
"version": "191012",
15-
"url": "https://github.com/Maximus5/ConEmu/releases/download/v19.10.12/ConEmuPack.191012.7z"
14+
"version": "210304",
15+
"url": "https://github.com/Maximus5/ConEmu/releases/download/v21.03.04/ConEmuPack.210304.7z"
1616
},
1717
{
1818
"name": "clink-completions",

0 commit comments

Comments
 (0)