diff src/version.c @ 6020:ad005d0114c1 v7.4.350

updated for version 7.4.350 Problem: Using C indenting for Javascript does not work well for a {} block inside parenthesis. Solution: When looking for a matching paren ignore one that is before the start of a {} block.
author Bram Moolenaar <bram@vim.org>
date Wed, 02 Jul 2014 18:27:48 +0200
parents 79950dae1d7d
children f9ec944e4474
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 */
 /**/
+    350,
+/**/
     349,
 /**/
     348,