diff src/version.c @ 6312:31c78e590806 v7.4.489

updated for version 7.4.489 Problem: Cursor movement still wrong when 'lbr' is set and there is a number column. (Hirohito Higashi) Solution: Add correction for number column. (Hiroyuki Takagi)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 Oct 2014 12:42:01 +0100
parents 3ec6e0ef4a67
children df92c2b2a179
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 */
 /**/
+    489,
+/**/
     488,
 /**/
     487,