mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
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:
@@ -395,7 +395,7 @@ static int included_patches[] = {
|
||||
// 896,
|
||||
// 895,
|
||||
// 894 NA
|
||||
// 893,
|
||||
893,
|
||||
// 892,
|
||||
891,
|
||||
// 890 NA
|
||||
|
Reference in New Issue
Block a user