mirror of
https://github.com/junegunn/fzf.git
synced 2026-01-02 17:43:40 +08:00
[zsh] Fix issues with unicode characters
This commit is contained in:
@@ -9,7 +9,7 @@ __fsel() {
|
||||
-o -type d -print \
|
||||
-o -type l -print 2> /dev/null | sed 1d | cut -b3-"}"
|
||||
eval "$cmd" | $(__fzfcmd) -m | while read item; do
|
||||
printf '%q ' "$item"
|
||||
echo -n "${(q)item} "
|
||||
done
|
||||
echo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user