commit | e79d1535cf1933729bb7352123c12cb91fd2ce0c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 18:03:47 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 04 18:03:47 2011 +0200 |
tree | 73e345a51d5319368836380dceda3553c752a890 | |
parent | aa0e80471f663385a143af419708067b1ea80de7 [diff] [blame] |
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)
diff --git a/src/testdir/test3.in b/src/testdir/test3.in index 55ca2a5..f987478 100644 --- a/src/testdir/test3.in +++ b/src/testdir/test3.in Binary files differ