commit | eb4de629315f2682d8b314462d02422ec98d751a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 13:42:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 15 13:42:17 2022 +0100 |
tree | 8e560e33e3fdf9a596a265c04f5b6d2bbfddf8f0 | |
parent | 4ccaedfcd7526983f4b6b3b06b0bfb54f333f1f3 [diff] [blame] |
patch 9.0.0757: line number not visisble with 'smoothscroll', 'nu' and 'rnu' Problem: Line number not visisble with 'smoothscroll', 'nu' and 'rnu'. Solution: Put the ">>>" after the line number instead of on top.
diff --git a/src/version.c b/src/version.c index d987d91..3211c53 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 757, +/**/ 756, /**/ 755,