comparison src/version.c @ 2953:9f71f5a526af v7.3.249

updated for version 7.3.249 Problem: Wrong indenting for array initializer. Solution: Detect '}' in a better way. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Fri, 15 Jul 2011 14:12:30 +0200
parents 57a7998e0fa8
children f909f4f0f38c
comparison
equal deleted inserted replaced
2952:e87a2f7c97fe 2953:9f71f5a526af
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 249,
712 /**/ 714 /**/
713 248, 715 248,
714 /**/ 716 /**/
715 247, 717 247,
716 /**/ 718 /**/