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:
committed by
Bram Moolenaar
parent
cf2bb63397
commit
119167265e
@@ -707,6 +707,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
358,
|
||||
/**/
|
||||
357,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user