1
0
forked from aniani/vim

patch 8.2.4882: cannot make 'breakindent' use a specific column

Problem:    Cannot make 'breakindent' use a specific column.
Solution:   Add the "column" entry in 'breakindentopt'. (Christian Brabandt,
            closes #10362, closes #10325)
This commit is contained in:
Christian Brabandt
2022-05-06 12:21:04 +01:00
committed by Bram Moolenaar
parent 509142ab7a
commit e7d6dbc572
5 changed files with 91 additions and 11 deletions

View File

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