m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

Adding quoting to enable opening of files that contain spaces.

jelinekb
2022-06-19 16:19:36 -04:00
parent a7772c4df6
commit d501c4df0d

@@ -140,7 +140,7 @@ f() {
fi fi
# Store the arguments from fzf # Store the arguments from fzf
arguments=($(fzf --multi)) arguments=("$(fzf --multi)")
# If no arguments passed (e.g. if Esc pressed), return to terminal # If no arguments passed (e.g. if Esc pressed), return to terminal
if [ -z "${arguments}" ]; then if [ -z "${arguments}" ]; then