diff options
Diffstat (limited to 'src/nvim/regexp_defs.h')
-rw-r--r-- | src/nvim/regexp_defs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/regexp_defs.h b/src/nvim/regexp_defs.h index c638a7276f..25c69c5267 100644 --- a/src/nvim/regexp_defs.h +++ b/src/nvim/regexp_defs.h @@ -9,8 +9,8 @@ * NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE */ -#ifndef NEOVIM_REGEXP_DEFS_H -#define NEOVIM_REGEXP_DEFS_H +#ifndef NVIM_REGEXP_DEFS_H +#define NVIM_REGEXP_DEFS_H #include "nvim/pos.h" @@ -146,4 +146,4 @@ struct regengine { #endif }; -#endif // NEOVIM_REGEXP_DEFS_H +#endif // NVIM_REGEXP_DEFS_H |