comparison src/version.c @ 3123:0ecfe54a273f v7.3.332

updated for version 7.3.332 Problem: Indent after "public:" is not increased in C++ code. (Lech Lorens) Solution: Check for namespace after the regular checks. (partly by Martin Gieseking)
author Bram Moolenaar <bram@vim.org>
date Tue, 04 Oct 2011 18:03:47 +0200
parents 4b8c614c1c91
children 992b24149a9e
comparison
equal deleted inserted replaced
3122:103d12cfdbf7 3123:0ecfe54a273f
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 332,
712 /**/ 714 /**/
713 331, 715 331,
714 /**/ 716 /**/
715 330, 717 330,
716 /**/ 718 /**/