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/version.c b/src/version.c index 6b1676d..756c636 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 332, +/**/ 331, /**/ 330,