commit | 24b62ec8258cc7c9ca2c09f645f7f6b02584c892 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Sat May 13 14:12:15 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 13 14:12:15 2023 +0100 |
tree | 3bcce2f1683b60a997e08394a20884d9744d37d0 | |
parent | 81f277f52664031a56aeabe889f1c36402316dba [diff] [blame] |
patch 9.0.1551: position of marker for 'smoothscroll' not computed correctly Problem: Position of marker for 'smoothscroll' not computed correctly. Solution: Take 'list' and other options into account. (Luuk van Baal, closes #12393)
diff --git a/src/version.c b/src/version.c index 923ea97..cc7c4e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1551, +/**/ 1550, /**/ 1549,