fzf/shell
Junegunn Choi 23a391e715
[zsh] Fix backslash escaping (#3909)
Fix #3859

To test:

  FZF_CTRL_T_COMMAND="echo -E 'foo\bar\baz'; echo -E 'hello\world'"

  _fzf_compgen_path() {
    eval $FZF_CTRL_T_COMMAND
  }

  source shell/key-bindings.zsh
  source shell/completion.zsh
2024-07-05 01:46:36 +09:00
..
completion.bash Add new options to bash completion 2024-06-03 09:45:20 +09:00
completion.zsh [zsh] Fix backslash escaping (#3909) 2024-07-05 01:46:36 +09:00
key-bindings.bash [bash] Indent multi-line history entries 2024-05-31 16:57:35 +09:00
key-bindings.fish [fish] Merge history before searching (#3852) 2024-06-12 13:56:20 +09:00
key-bindings.zsh [zsh] Fix backslash escaping (#3909) 2024-07-05 01:46:36 +09:00