commit | 56a40fea9c28f8fc918a0db6de4c048da241cf32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 14:17:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 14:17:57 2022 +0000 |
tree | 15a5a0949287b173557a778cf3ee92230975ab40 | |
parent | 7155fb6614f45a4e573bbfca23b5d150604ad506 [diff] [blame] |
patch 9.0.1019: 'smoothscroll' and virtual text above don't work together Problem: 'smoothscroll' and virtual text above don't work together. (Yee Cheng Chin) Solution: Skip virtual text above when w_skipcol is non-zero. (closes #11665)
diff --git a/src/version.c b/src/version.c index eb34e00..e49b0bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1019, +/**/ 1018, /**/ 1017,