]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.893 v7.4.893
authorBram Moolenaar <Bram@vim.org>
Tue, 13 Oct 2015 14:13:39 +0000 (16:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 13 Oct 2015 14:13:39 +0000 (16:13 +0200)
commitd1b15dec4d00d7ed5e92ff4e0fb7fc2e0818e479
treefc48b9da7efe42238ba08d191af9dd0e31f45a34
parent9d6ca1cc5ebb6e61cc2ef73aecfbb0bdbb65432f
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.
src/misc1.c
src/testdir/test3.in
src/testdir/test3.ok
src/version.c