aboutsummaryrefslogtreecommitdiff
path: root/src/os/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/shell.h')
-rw-r--r--src/os/shell.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/os/shell.h b/src/os/shell.h
new file mode 100644
index 0000000000..166dd26846
--- /dev/null
+++ b/src/os/shell.h
@@ -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
+