1
0
forked from aniani/vim

patch 8.0.0999: indenting raw C++ strings is wrong

Problem:    Indenting raw C++ strings is wrong.
Solution:   Add special handling of raw strings. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2017-08-26 17:49:01 +02:00
parent a4f99f5a8b
commit dde81312b0
3 changed files with 31 additions and 13 deletions

View File

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