mirror of
https://github.com/neovim/neovim.git
synced 2025-09-09 04:48:18 +00:00
shell: Remove kShellOptCooked from ShellOpts
This commit is contained in:
@@ -918,7 +918,7 @@ void ex_diffpatch(exarg_T *eap)
|
||||
#endif // ifdef UNIX
|
||||
// Avoid ShellCmdPost stuff
|
||||
block_autocmds();
|
||||
(void)call_shell(buf, kShellOptFilter | kShellOptCooked, NULL);
|
||||
(void)call_shell(buf, kShellOptFilter, NULL);
|
||||
unblock_autocmds();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user