diff src/version.c @ 6305:b8caf7045e3d v7.4.486

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.
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 20:01:58 +0200
parents 7844d92941fd
children 1f9577e9ef1b
line wrap: on
line diff
--- 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 */
 /**/
+    486,
+/**/
     485,
 /**/
     484,