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:
committed by
Bram Moolenaar
parent
509142ab7a
commit
e7d6dbc572
@@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4882,
|
||||
/**/
|
||||
4881,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user