[X] For bug reports, I have checked if the bug is reproducible in the latest version of fzf
Output of fzf --version
0.56.0 (brew)
OS
[ ] Linux
[X] macOS
[ ] Windows
[ ] Etc.
Shell
[ ] bash
[ ] zsh
[ ] fish
Problem / Steps to reproduce
I am using nushell, which is not working properly with the fzf vim plugin.
Specifically, the vim systemlist call fzf --version --no-height in is this file is giving an error because the fzf command is passed to shellescape before being passed into systemlist.
Setup:
I have $SHELL == 'User/jasha/.cargo/bin/nu and have set 'shell' and 'shellxquote' to appropriate values.
Checklist
man fzf
)Output of
fzf --version
0.56.0 (brew)
OS
Shell
Problem / Steps to reproduce
I am using nushell, which is not working properly with the
fzf
vim plugin.Specifically, the vim
systemlist
callfzf --version --no-height
in is this file is giving an error because the fzf command is passed toshellescape
before being passed intosystemlist
.Setup:
I have
$SHELL == 'User/jasha/.cargo/bin/nu
and have set'shell'
and'shellxquote'
to appropriate values.