aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/edit.h')
-rw-r--r--src/nvim/edit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/edit.h b/src/nvim/edit.h
index 152373590e..edd42800cc 100644
--- a/src/nvim/edit.h
+++ b/src/nvim/edit.h
@@ -1,5 +1,5 @@
-#ifndef NEOVIM_EDIT_H
-#define NEOVIM_EDIT_H
+#ifndef NVIM_EDIT_H
+#define NVIM_EDIT_H
#include "nvim/vim.h"
@@ -55,4 +55,4 @@ int in_cinkeys(int keytyped, int when, int line_is_empty);
int hkmap(int c);
int ins_copychar(linenr_T lnum);
-#endif /* NEOVIM_EDIT_H */
+#endif /* NVIM_EDIT_H */