commit | 958636c40619a9f8c3d10e9f76a7f634dd11d13b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 20:01:58 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 21 20:01:58 2014 +0200 |
tree | c0879e6ee3c9f5d918d385db6de8e63920ad536a | |
parent | 4920a4427183f1a353394f33402dde5ae4d32c18 [diff] [blame] |
updated for version 7.4.486 Problem: Check for writing to a yank register is wrong. Solution: Negate the check. (Zyx). Also clean up the #ifdefs.
diff --git a/src/version.c b/src/version.c index 774480c..c470959 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 486, +/**/ 485, /**/ 484,