diff options
Diffstat (limited to 'src/nvim/os/shell.h')
-rw-r--r-- | src/nvim/os/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h index 64e7c79ba7..58960db157 100644 --- a/src/nvim/os/shell.h +++ b/src/nvim/os/shell.h @@ -3,7 +3,7 @@ #include "nvim/types.h" -// Flags for mch_call_shell() second argument +// Flags for os_call_shell() second argument typedef enum { kShellOptFilter = 1, ///< filtering text kShellOptExpand = 2, ///< expanding wildcards |