Update
This commit is contained in:
@@ -58,7 +58,6 @@ function __fzf_complete -d 'fzf completion and print selection back to commandli
|
||||
|
||||
set -l query
|
||||
string join -- \n $complist \
|
||||
| sort \
|
||||
| eval (__fzfcmd) (string escape --no-quoted -- $initial_query) --print-query (__fzf_complete_opts) \
|
||||
| cut -f1 \
|
||||
| while read -l r
|
||||
|
||||
Reference in New Issue
Block a user