1
0
forked from aniani/vim

patch 9.0.0876: code is indented more than needed

Problem:    Code is indented more than needed.
Solution:   Split ExpandEscape() in two. (Yegappan Lakshmanan, closes #11539)
This commit is contained in:
Yegappan Lakshmanan
2022-11-13 22:38:10 +00:00
committed by Bram Moolenaar
parent 398a26f7fc
commit 68353e5270
2 changed files with 113 additions and 101 deletions

View File

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