mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.4008: error messages are spread out
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
This commit is contained in:
@@ -2664,7 +2664,7 @@ curbuf_locked(void)
|
||||
{
|
||||
if (curbuf_lock > 0)
|
||||
{
|
||||
emsg(_("E788: Not allowed to edit another buffer now"));
|
||||
emsg(_(e_not_allowed_to_edit_another_buffer_now));
|
||||
return TRUE;
|
||||
}
|
||||
return allbuf_locked();
|
||||
|
Reference in New Issue
Block a user