1
0
forked from aniani/vim

patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is set

Problem:    "<<<" shows for 'smoothscroll' even when 'showbreak is set.
Solution:   When 'showbreak' is set do not display "<<<".
This commit is contained in:
Bram Moolenaar
2022-10-06 21:24:34 +01:00
parent 3725116f6e
commit 0937b9fb24
4 changed files with 11 additions and 4 deletions

View File

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