This commit is contained in:
2021-11-15 00:26:15 +04:00
parent 8583c61d95
commit 081dc5ccc1
10 changed files with 64 additions and 17 deletions

View File

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