aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/shell.h')
-rw-r--r--src/nvim/os/shell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/os/shell.h b/src/nvim/os/shell.h
index 9e64be35bf..226ef97579 100644
--- a/src/nvim/os/shell.h
+++ b/src/nvim/os/shell.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_OS_SHELL_H
-#define NEOVIM_OS_SHELL_H
+#ifndef NVIM_OS_SHELL_H
+#define NVIM_OS_SHELL_H
#include <stdbool.h>
@@ -41,5 +41,5 @@ void shell_free_argv(char **argv);
/// @param extra_shell_arg Extra argument to be passed to the shell
int os_call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg);
-#endif // NEOVIM_OS_SHELL_H
+#endif // NVIM_OS_SHELL_H