mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
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