commit | 84298db3a43838da9ca2c7289fbe34428604fec4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 13:46:08 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 20 13:46:08 2012 +0200 |
tree | a3a32def590bf27628b7ae34084a23937648193a | |
parent | b830f0c7df8f98a648d1b45aabae78b0367da346 [diff] [blame] |
updated for version 7.3.498 Problem: The behavior of the "- register changes depending on value of the 'clipboard' option. (Szamotulski) Solution: Also set the "- register when the register is "*" or "+". (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index b2f26a9..ed92464 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 498, +/**/ 497, /**/ 496,