You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: