#ifndef NEOVIM_OS_SHELL_H #define NEOVIM_OS_SHELL_H #include #include "types.h" void shell_skip_word(char_u **ptr); int shell_count_argc(char_u **ptr); #endif // NEOVIM_OS_SHELL_H