1
0
forked from aniani/vim

patch 9.0.1506: line number not displayed when using 'smoothscroll'

Problem:    Line number not displayed when using 'smoothscroll'.
Solution:   Adjust condition for showing the line number. (closes #12333)
This commit is contained in:
zeertzjq
2023-05-02 20:52:59 +01:00
committed by Bram Moolenaar
parent a93d9cdc74
commit 88bb3e0a48
7 changed files with 61 additions and 14 deletions

View File

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