aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/ex_cmds2.h')
-rw-r--r--src/nvim/ex_cmds2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/ex_cmds2.h b/src/nvim/ex_cmds2.h
index 5a84206a0e..a99107b237 100644
--- a/src/nvim/ex_cmds2.h
+++ b/src/nvim/ex_cmds2.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_EX_CMDS2_H
-#define NEOVIM_EX_CMDS2_H
+#ifndef NVIM_EX_CMDS2_H
+#define NVIM_EX_CMDS2_H
/* ex_cmds2.c */
void do_debug(char_u *cmd);
void ex_debug(exarg_T *eap);
@@ -92,4 +92,4 @@ void free_locales(void);
char_u *get_lang_arg(expand_T *xp, int idx);
char_u *get_locales(expand_T *xp, int idx);
-#endif /* NEOVIM_EX_CMDS2_H */
+#endif /* NVIM_EX_CMDS2_H */