diff src/version.c @ 5616:fa53233519c6 v7.4.155

updated for version 7.4.155 Problem: ":keeppatterns /pat" does not keep search pattern offset. Solution: Restore the offset after doing the search.
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Jan 2014 21:31:34 +0100
parents 71837ace77df
children 05a5cb0d6b37
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    155,
+/**/
     154,
 /**/
     153,