Skip to content

Update fzf.vim - support nushell - #4067

Open
Jasha10 wants to merge 1 commit into
junegunn:masterfrom
Jasha10:patch-1
Open

Update fzf.vim - support nushell#4067
Jasha10 wants to merge 1 commit into
junegunn:masterfrom
Jasha10:patch-1

Conversation

@Jasha10

@Jasha10 Jasha10 commented Oct 28, 2024

Copy link
Copy Markdown

This closes #4066, adding support for nushell in the fzf plugin.

I've taken care to ensure that behavior for other shells will not be modified.

@Jasha10 Jasha10 mentioned this pull request Oct 28, 2024
10 tasks
@junegunn

junegunn commented Nov 5, 2024

Copy link
Copy Markdown
Owner

You can't pass a list to system and systemlist on regular Vim. Also, when &shell is set to nu, system doesn't work at all on Vim.

set shell=nu
echo system('ls')
  " E282: Cannot read from "..."

It's a known issue: nushell/nushell#8981

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 this pull request may close these issues.

vim plugin: support nushell

2 participants