aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-07-13 23:19:12 -0400
committerGitHub <noreply@github.com>2017-07-13 23:19:12 -0400
commitc4ac3ffbef9258a615e6549d40decef96e16bd9c (patch)
treeb9167fa9c1f907da976029a1a956f71e3e93cce8 /src/nvim/spell.c
parentf746e38955f33dfdcc0dbdb40efaae82fb4b4c12 (diff)
parent06f4b963222efd2a986e79b7390b50d6e42941be (diff)
downloadrneovim-c4ac3ffbef9258a615e6549d40decef96e16bd9c.tar.gz
rneovim-c4ac3ffbef9258a615e6549d40decef96e16bd9c.tar.bz2
rneovim-c4ac3ffbef9258a615e6549d40decef96e16bd9c.zip
Merge pull request #6993 from ckelsel/vim-7.4.2250
Vim 7.4.2250
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index 715228cb4b..42c9bcc0ee 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -2068,7 +2068,7 @@ char_u *did_set_spelllang(win_T *wp)
// destroying the buffer we are using...
if (!bufref_valid(&bufref)) {
ret_msg =
- (char_u *)"E797: SpellFileMissing autocommand deleted buffer";
+ (char_u *)N_("E797: SpellFileMissing autocommand deleted buffer");
goto theend;
}
}