aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/syntax.h')
-rw-r--r--src/nvim/syntax.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/syntax.h b/src/nvim/syntax.h
index 1146ffe6ec..f9b57993d9 100644
--- a/src/nvim/syntax.h
+++ b/src/nvim/syntax.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_SYNTAX_H
-#define NEOVIM_SYNTAX_H
+#ifndef NVIM_SYNTAX_H
+#define NVIM_SYNTAX_H
#include "nvim/buffer_defs.h"
@@ -55,4 +55,4 @@ int highlight_changed(void);
void set_context_in_highlight_cmd(expand_T *xp, char_u *arg);
char_u *get_highlight_name(expand_T *xp, int idx);
-#endif /* NEOVIM_SYNTAX_H */
+#endif /* NVIM_SYNTAX_H */