vim-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.

d1b15dec4d
This commit is contained in:
watiko
2016-02-15 19:12:47 +09:00
parent 2d5cba630c
commit 72d5a88af5
3 changed files with 66 additions and 4 deletions

View File

@@ -395,7 +395,7 @@ static int included_patches[] = {
// 896,
// 895,
// 894 NA
// 893,
893,
// 892,
891,
// 890 NA