1
0
forked from aniani/vim

patch 8.2.3295: 'cursorline' should not apply to 'breakindent'

Problem:    'cursorline' should not apply to 'breakindent'.
Solution:   Make 'cursorline' apply to 'breakindent' and 'showbreak'
            consistently. (closes #8684)
This commit is contained in:
zeertzjq
2021-08-05 17:57:02 +02:00
committed by Bram Moolenaar
parent 1b6acf02b7
commit 4f33bc20d7
14 changed files with 268 additions and 19 deletions

View File

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