1
0
forked from aniani/vim

patch 7.4.912

Problem:    Wrong indenting for C++ constructor.
Solution:   Recognize ::.  (Anhong)
This commit is contained in:
Bram Moolenaar
2015-11-10 14:06:53 +01:00
parent 450ca4335e
commit e01f4f86ce
4 changed files with 29 additions and 0 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
912,
/**/
911,
/**/