diff options
Diffstat (limited to 'src/nvim/misc2.c')
-rw-r--r-- | src/nvim/misc2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/misc2.c b/src/nvim/misc2.c index bc65056b21..e6531ee1b2 100644 --- a/src/nvim/misc2.c +++ b/src/nvim/misc2.c @@ -285,9 +285,7 @@ int default_fileformat(void) return EOL_UNIX; } -/* - * Call shell. Calls mch_call_shell, with 'shellxquote' added. - */ +// Call shell. Calls os_call_shell, with 'shellxquote' added. int call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg) { char_u *ncmd; |