From 7d89cadd583ef36b21ae6c9dc9247fc83cf1b0cc Mon Sep 17 00:00:00 2001 From: Jason Nader Date: Sun, 26 Jan 2020 21:17:22 +0900 Subject: [PATCH] Stringify vared completions --- share/completions/vared.fish | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/completions/vared.fish b/share/completions/vared.fish index 34c55c773..74c4c1420 100644 --- a/share/completions/vared.fish +++ b/share/completions/vared.fish @@ -1,3 +1,2 @@ -complete -c vared -x -a "(set|sed -e 's/ /'\t'Variable: /')" +complete -c vared -x -a "(set | string replace -r ' ' '\tVariable: ')" complete -c vared -s h -l help -d "Display help and exit" -