diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-19 17:56:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-19 17:56:13 +0100 |
commit | a0ed84a26897c994512873a895b9fc54e90c6845 (patch) | |
tree | 0ca54e1951f994c1d373a225fa9a537e14045f5a /src/version.c | |
parent | 32d03b34ac8a34a962f57847fc431a2b4e14efea (diff) | |
download | vim-git-a0ed84a26897c994512873a895b9fc54e90c6845.tar.gz |
patch 7.4.925v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e3742cc9e..5633841ed 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 925, +/**/ 924, /**/ 923, |