comparison 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
comparison
equal deleted inserted replaced
6019:1cb48ecf240e 6020:ad005d0114c1
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 350,
737 /**/ 739 /**/
738 349, 740 349,
739 /**/ 741 /**/
740 348, 742 348,
741 /**/ 743 /**/