vijaymarupudi / nvim-fzf

A Lua API for using fzf in neovim.
MIT License
340 stars 13 forks source link

fix for issue#19, added false to uv.new_pipe() everywhere #20

Closed ibhagwan closed 3 years ago

ibhagwan commented 3 years ago

This solves issue #19.

I blanket added false to all uv.new_pipe() statements everywhere, tested with 3 different neovim versions, my distro's 0.5, official 0.5 and 0.6-nightly, all seem to accept the change.

This is the same issue previously solved in PR #15.

vijaymarupudi commented 3 years ago

Thanks for the PR, gosh, neovim 0.5's behavior is direct contrast to luv's docs, and it trips me up.