0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2a-005

This commit is contained in:
Bram Moolenaar
2008-06-27 19:17:34 +00:00
parent 4a630f6fc4
commit ed0e745361
3 changed files with 7 additions and 5 deletions

View File

@@ -3203,7 +3203,7 @@ buf_write(buf, fname, sfname, start, end, eap, append, forceit,
else
{
errnum = (char_u *)"E656: ";
errmsg = (char_u *)_("NetBeans dissallows writes of unmodified buffers");
errmsg = (char_u *)_("NetBeans disallows writes of unmodified buffers");
buffer = NULL;
goto fail;
}