diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    332,
+/**/
     331,
 /**/
     330,