forked from aniani/vim
updated for version 7.0017
This commit is contained in:
@@ -4066,7 +4066,7 @@ restore_backup:
|
||||
{
|
||||
#ifdef FEAT_MBYTE
|
||||
if (write_info.bw_conv_error)
|
||||
errmsg = (char_u *)_("E513: write error, conversion failed");
|
||||
errmsg = (char_u *)_("E513: write error, conversion failed (make 'fenc' empty to override)");
|
||||
else
|
||||
#endif
|
||||
if (got_int)
|
||||
|
||||
Reference in New Issue
Block a user