Extract shell_skip_word from mch_call_shell

This commit is contained in:
Thiago de Arruda
2014-03-29 10:07:38 -03:00
parent 1ab6cf47bd
commit 2d28251a6e
3 changed files with 37 additions and 16 deletions

11
src/os/shell.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef NEOVIM_OS_SHELL_H
#define NEOVIM_OS_SHELL_H
#include <stdbool.h>
#include "types.h"
void shell_skip_word(char_u **ptr);
#endif // NEOVIM_OS_SHELL_H