mirror of
https://github.com/vim/vim.git
synced 2025-10-12 06:44:06 -04:00
patch 7.4.2250
Problem: Some error message cannot be translated. Solution: Enclose them in _() and N_(). (Dominique Pelle)
This commit is contained in:
@@ -2470,7 +2470,7 @@ 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";
|
||||
ret_msg = (char_u *)N_("E797: SpellFileMissing autocommand deleted buffer");
|
||||
goto theend;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user