diff options
Diffstat (limited to 'src/nvim/eval.h')
-rw-r--r-- | src/nvim/eval.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/eval.h b/src/nvim/eval.h index 20d6bfe119..30177b81e8 100644 --- a/src/nvim/eval.h +++ b/src/nvim/eval.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_EVAL_H -#define NEOVIM_EVAL_H +#ifndef NVIM_EVAL_H +#define NVIM_EVAL_H /* eval.c */ void eval_init(void); void eval_clear(void); @@ -149,4 +149,4 @@ int modify_fname(char_u *src, int *usedlen, char_u **fnamep, char_u *do_string_sub(char_u *str, char_u *pat, char_u *sub, char_u *flags); -#endif /* NEOVIM_EVAL_H */ +#endif /* NVIM_EVAL_H */ |