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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user