commit | a0ed84a26897c994512873a895b9fc54e90c6845 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 17:56:13 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 17:56:13 2015 +0100 |
tree | 0ca54e1951f994c1d373a225fa9a537e14045f5a | |
parent | 32d03b34ac8a34a962f57847fc431a2b4e14efea [diff] [blame] |
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)
diff --git a/src/ops.c b/src/ops.c index 62d88a7..d099580 100644 --- a/src/ops.c +++ b/src/ops.c
@@ -1080,7 +1080,7 @@ retval = FAIL; else { - Recording = TRUE; + Recording = c; showmode(); regname = c; retval = OK;