mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 9.0.1533: test for 'smoothscroll' is ineffective
Problem: Test for 'smoothscroll' is ineffective. Solution: Change the order of testing "zb" and "zt". (Luuk van Baal, closes #12366)
This commit is contained in:
committed by
Bram Moolenaar
parent
ab9a2d884b
commit
6f37e530d3
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1533,
|
||||
/**/
|
||||
1532,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user