diff src/version.c @ 4178:b40e6a47ee53 v7.3.841

updated for version 7.3.841 Problem: When a "cond ? one : two" expression has a subscript it is not parsed correctly. (Andy Wokula) Solution: Handle a subscript also when the type is unknown. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 26 Feb 2013 19:36:15 +0100
parents 1778d51fcbc3
children 78321dcaa8e2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    841,
+/**/
     840,
 /**/
     839,