shell: Remove kShellOptCooked from ShellOpts

This commit is contained in:
Thiago de Arruda
2014-12-03 10:12:12 -03:00
parent bf3a94ee51
commit 8b6473bd41
3 changed files with 10 additions and 11 deletions

View File

@@ -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();
}