diff src/version.c @ 5885:5cb1828fd005 v7.4.285

updated for version 7.4.285 Problem: When 'relativenumber' is set and deleting lines or undoing that, line numbers are not always updated. (Robert Arkwright) Solution: (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 13 May 2014 12:44:24 +0200
parents 3c35ca9666e8
children be19015ef43c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    285,
+/**/
     284,
 /**/
     283,