commit | d1b15dec4d00d7ed5e92ff4e0fb7fc2e0818e479 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 16:13:39 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 13 16:13:39 2015 +0200 |
tree | fc48b9da7efe42238ba08d191af9dd0e31f45a34 | |
parent | 9d6ca1cc5ebb6e61cc2ef73aecfbb0bdbb65432f [diff] [blame] |
patch 7.4.893 Problem: C indenting is wrong below a "case (foo):" because it is recognized as a C++ base class construct. Issue #38. Solution: Check for the case keyword.
diff --git a/src/version.c b/src/version.c index 3722b5a..3c8a938 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 893, +/**/ 892, /**/ 891,