Stringify vared completions

This commit is contained in:
Jason Nader 2020-01-26 21:17:22 +09:00 committed by Fabian Homborg
parent 23042b6a43
commit 7d89cadd58

View file

@ -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"