2
0
mirror of https://github.com/junegunn/fzf synced 2024-11-01 03:20:42 +00:00
fzf/shell
Junegunn Choi ee4ba104e7
[completion] Prevent running a command during 'eval'
Do not attempt to provide fuzzy completion if the prefix contains a
pattern that may start an arbitraty command.

* $(...)
* `...`
* <(...)

Close #3459
2023-10-02 20:40:49 +09:00
..
completion.bash [completion] Prevent running a command during 'eval' 2023-10-02 20:40:49 +09:00
completion.zsh [completion] Prevent running a command during 'eval' 2023-10-02 20:40:49 +09:00
key-bindings.bash [bash] CTRL-R on bash 3: Use backticks to avoid delay 2023-09-27 09:16:16 +09:00
key-bindings.fish [shell] don’t needlessly escape . in shell pattern 2023-09-24 13:23:40 +09:00
key-bindings.zsh [shell] don’t needlessly escape . in shell pattern 2023-09-24 13:23:40 +09:00