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:
Justin M. Keyes
2015-12-26 19:17:55 -05:00
parent d8a2007d47
commit 76bf21de26
5 changed files with 48 additions and 11 deletions

View File

@@ -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