1
0
forked from aniani/vim

patch 9.0.0358: 'breakindent' does not indent non-lists

Problem:    'breakindent' does not indent non-lists with
            "breakindentopt=list:-1".
Solution:   Adjust indent computation. (Maxim Kim, closes #11038)
This commit is contained in:
Maxim Kim
2022-09-02 14:08:53 +01:00
committed by Bram Moolenaar
parent cf2bb63397
commit 119167265e
3 changed files with 44 additions and 9 deletions

View File

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