diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-20 14:52:53 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-20 14:52:53 -0500 |
commit | 4e28e1aeb6d931aad9b0521fac4b055083ae182b (patch) | |
tree | a2912737be916c4e3f4bce8b4b134b9ae75372df /src/nvim/misc2.c | |
parent | 5a1cddc47bdb9cf2b4b0d0d449c34ed9d237ea90 (diff) | |
parent | 22a681a2d522e42c5c2da8b15d7482d017eb07f0 (diff) | |
download | rneovim-4e28e1aeb6d931aad9b0521fac4b055083ae182b.tar.gz rneovim-4e28e1aeb6d931aad9b0521fac4b055083ae182b.tar.bz2 rneovim-4e28e1aeb6d931aad9b0521fac4b055083ae182b.zip |
Merge pull request #1685 from justinmk/coverity74718
coverity/74718
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; |