mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
vim-patch:7.4.605
Problem: The # register is not writable, it cannot be restored after
jumping around.
Solution: Make the # register writable. (Marcin Szamotulski)
3b3a9498d1
This commit is contained in:
@@ -920,7 +920,7 @@ do_buffer (
|
||||
if (start == DOBUF_FIRST) {
|
||||
/* don't warn when deleting */
|
||||
if (!unload)
|
||||
EMSGN(_("E86: Buffer %" PRId64 " does not exist"), count);
|
||||
EMSGN(_(e_nobufnr), count);
|
||||
} else if (dir == FORWARD)
|
||||
EMSG(_("E87: Cannot go beyond last buffer"));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user