mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 06:18:16 +00:00
Re-integrate FEAT_FILTERPIPE code
This feature was accidentally removed when doing the initial import from vim. It makes vim use pipes instead of temporary files for filtering buffers through shell commands. I found that this was missing when looking for references of SHELL_READ/SHELL_WRITE outside mch_call_shell`. When `mch_call_shell` is reimplemented on top of libuv process management facilities, pipes will always be used for communication with child processes so it makes sense to enable the feature permanently.
This commit is contained in:
@@ -10252,6 +10252,7 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
||||
"extra_search",
|
||||
"farsi",
|
||||
"file_in_path",
|
||||
"filterpipe",
|
||||
"find_in_path",
|
||||
"float",
|
||||
"folding",
|
||||
|
Reference in New Issue
Block a user