diff src/version.c @ 6307:1f9577e9ef1b v7.4.487

updated for version 7.4.487 Problem: ":sign jump" may use another window even though the file is already edited in the current window. Solution: First check if the file is in the current window. (James McCoy)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Oct 2014 20:57:15 +0200
parents b8caf7045e3d
children 3ec6e0ef4a67
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 */
 /**/
+    487,
+/**/
     486,
 /**/
     485,