Make extra_shell_arg a mch_call_shell parameter

This commit is contained in:
Thiago de Arruda
2014-03-29 12:53:11 -03:00
parent 8a61c27b1e
commit c791922224
8 changed files with 15 additions and 16 deletions

View File

@@ -53,3 +53,5 @@ int shell_count_argc(char_u **ptr)
return rv;
}
char ** shell_build_argv(char_u **ptr, int argc);