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