commit | a528565cf1b33f629a192abfc71b0591f139f4a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 20:05:21 2011 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 14 20:05:21 2011 +0100 |
tree | 0646bed7f62fecb53b9266d05ee224d6bd43ffc3 | |
parent | 323cb95120f8e0ba0116ddd87dda7956f80d7388 [diff] [blame] |
updated for version 7.3.379 Problem: C-indenting wrong for static enum. Solution: Skip over "static". (Lech Lorens)
diff --git a/src/testdir/test3.ok b/src/testdir/test3.ok index 3c07366..ad1db85 100644 --- a/src/testdir/test3.ok +++ b/src/testdir/test3.ok
@@ -299,6 +299,13 @@ maybe }; +static enum +{ + yes = 0, + no, + maybe +} soppie; + { int a, b;