Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim plugin: support nushell #4066

Open
4 of 10 tasks
Jasha10 opened this issue Oct 28, 2024 · 1 comment · May be fixed by #4067
Open
4 of 10 tasks

vim plugin: support nushell #4066

Jasha10 opened this issue Oct 28, 2024 · 1 comment · May be fixed by #4067

Comments

@Jasha10
Copy link

Jasha10 commented Oct 28, 2024

Checklist

  • I have read through the manual page (man fzf)
  • I have searched through the existing issues
  • 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.

@Jasha10 Jasha10 linked a pull request Oct 28, 2024 that will close this issue
@Jasha10
Copy link
Author

Jasha10 commented Oct 28, 2024

I've created PR #4067 to address this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant