diff src/version.c @ 3186:c025592d7b1d v7.3.363

updated for version 7.3.363 Problem: C indenting is wrong after #endif followed by a semicolon. Solution: Add special handling for a semicolon in a line by itself. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 17:20:23 +0100
parents 074ddc768fea
children b0bbaf1020f0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    363,
+/**/
     362,
 /**/
     361,