mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
Make extra_shell_arg
a mch_call_shell
parameter
This commit is contained in:
@@ -42,7 +42,7 @@ int mch_screenmode(char_u *arg);
|
||||
int mch_get_shellsize(void);
|
||||
void mch_set_shellsize(void);
|
||||
void mch_new_shellsize(void);
|
||||
int mch_call_shell(char_u *cmd, int options);
|
||||
int mch_call_shell(char_u *cmd, int options, char_u *extra_shell_arg);
|
||||
int mch_expandpath(garray_T *gap, char_u *path, int flags);
|
||||
int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file,
|
||||
char_u ***file,
|
||||
|
Reference in New Issue
Block a user