mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.4.605
Problem: The # register is not writable, it cannot be restored after jumping around. Solution: Make the # register writable. (Marcin Szamotulski)
This commit is contained in:
@@ -1150,7 +1150,7 @@ do_buffer(action, start, dir, count, forceit)
|
||||
{
|
||||
/* don't warn when deleting */
|
||||
if (!unload)
|
||||
EMSGN(_("E86: Buffer %ld does not exist"), count);
|
||||
EMSGN(_(e_nobufnr), count);
|
||||
}
|
||||
else if (dir == FORWARD)
|
||||
EMSG(_("E87: Cannot go beyond last buffer"));
|
||||
|
Reference in New Issue
Block a user