mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
Extract shell_count_argc
from mch_call_shell
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user