mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
Extract shell_build_argv
from mch_call_shell
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
void shell_skip_word(char_u **ptr);
|
||||
int shell_count_argc(char_u **ptr);
|
||||
char ** shell_build_argv(int argc, char_u *cmd,
|
||||
char_u *extra_shell_arg, char_u **ptr, char_u **p_shcf_copy_ptr);
|
||||
|
||||
#endif // NEOVIM_OS_SHELL_H
|
||||
|
||||
|
Reference in New Issue
Block a user