1
0
forked from aniani/vim

patch 7.4.925

Problem:    User may yank or put using the register being recorded in.
Solution:   Add the recording register in the message. (Christian Brabandt,
            closes #470)
This commit is contained in:
Bram Moolenaar
2015-11-19 17:56:13 +01:00
parent 32d03b34ac
commit a0ed84a268
6 changed files with 29 additions and 5 deletions

View File

@@ -1080,7 +1080,7 @@ do_record(c)
retval = FAIL;
else
{
Recording = TRUE;
Recording = c;
showmode();
regname = c;
retval = OK;