]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.845 v7.3.845
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Mar 2013 12:21:32 +0000 (13:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Mar 2013 12:21:32 +0000 (13:21 +0100)
Problem:    Enum indenting is not tested.
Solution:   Add tests. (Hong Xu)

src/testdir/test3.in
src/testdir/test3.ok
src/version.c

index abb7750f82a37b713928b87e9cfa0f9e20543ad8..a7543945c4b8a202371aac1fbbda61b7518f7063 100644 (file)
@@ -318,6 +318,20 @@ no,
 maybe
 } soppie;
 
+public static enum
+{
+yes = 0,
+no,
+maybe
+} soppie;
+
+static private enum
+{
+yes = 0,
+no,
+maybe
+} soppie;
+
 {
        int a,
                b;
index 011751be8b1e50f148641ce03d701e0645c484d5..d73a5e12303652b10c7d6dd752d15ebf3dfc0914 100644 (file)
@@ -306,6 +306,20 @@ static enum
        maybe
 } soppie;
 
+public static enum
+{
+       yes = 0,
+       no,
+       maybe
+} soppie;
+
+static private enum
+{
+       yes = 0,
+       no,
+       maybe
+} soppie;
+
 {
        int a,
                b;
index 17241fd28ef3533f7ba986858e00778afed82ae7..83c044d720b1a1e9c515cb11a7a026d3256c7ab3 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    845,
 /**/
     844,
 /**/