Skip to content

Commit

Permalink
fix: regression for backslash-prefixed commands
Browse files Browse the repository at this point in the history
Ref: issue #1973
  • Loading branch information
LangLangBart committed Nov 12, 2024
1 parent f09888f commit 7943054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ __fzf_extract_command() {
# Control completion with the "compstate" parameter, insert and list nothing
compstate[insert]=
compstate[list]=
cmd_word="${words[1]}"
cmd_word="${(Q)words[1]}"
}

__fzf_generic_path_completion() {
Expand Down

0 comments on commit 7943054

Please sign in to comment.