diff src/version.c @ 5398:eb33cadafcab v7.4.050

updated for version 7.4.050 Problem: "gn" selects too much for the pattern "\d" when there are two lines with a single digit. (Ryan Carney) Solution: Adjust the logic of is_one_char(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Oct 2013 21:55:02 +0200
parents 15c1b8a20da6
children e7a2f217a385
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 */
 /**/
+    50,
+/**/
     49,
 /**/
     48,