From 0fd2d9c8a8ddd3ed84878b8eb4302bc459c4a886 Mon Sep 17 00:00:00 2001 From: dgames Date: Thu, 25 Mar 2021 19:14:18 -0400 Subject: [PATCH] CHANGELOG.md --- vendor/clink.lua | 17 ----------------- vendor/sources.json | 8 ++++---- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/vendor/clink.lua b/vendor/clink.lua index 8d72186..4ba4dd6 100644 --- a/vendor/clink.lua +++ b/vendor/clink.lua @@ -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) diff --git a/vendor/sources.json b/vendor/sources.json index 1a08926..5b69c31 100644 --- a/vendor/sources.json +++ b/vendor/sources.json @@ -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",