diff options
Diffstat (limited to 'src/nvim/spell.h')
-rw-r--r-- | src/nvim/spell.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/spell.h b/src/nvim/spell.h index 9662c8e6f2..ac0f904b4f 100644 --- a/src/nvim/spell.h +++ b/src/nvim/spell.h @@ -1,5 +1,5 @@ -#ifndef NEOVIM_SPELL_H -#define NEOVIM_SPELL_H +#ifndef NVIM_SPELL_H +#define NVIM_SPELL_H int spell_check(win_T *wp, char_u *ptr, hlf_T *attrp, int *capcol, int docount); @@ -30,4 +30,4 @@ int spell_word_start(int startcol); void spell_expand_check_cap(colnr_T col); int expand_spelling(linenr_T lnum, char_u *pat, char_u ***matchp); -#endif // NEOVIM_SPELL_H +#endif // NVIM_SPELL_H |