Extract shell_count_argc from mch_call_shell

This commit is contained in:
Thiago de Arruda
2014-03-29 12:41:18 -03:00
parent 2d28251a6e
commit 8a61c27b1e
3 changed files with 37 additions and 23 deletions

View File

@@ -6,6 +6,7 @@
#include "types.h"
void shell_skip_word(char_u **ptr);
int shell_count_argc(char_u **ptr);
#endif // NEOVIM_OS_SHELL_H