commit | 7c02ad9f8906b576e53a62342c68ae557f67bacc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 21:37:13 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 29 21:37:13 2022 +0000 |
tree | 613b05d9880184456c2574df80498ddf770de36f | |
parent | dffa6ea85c82bbcb60368f38f7437c6cd89c9e55 [diff] [blame] |
patch 9.0.0975: virtual text below empty line misplaced when 'number' set Problem: Virtual text below an empty line is misplaced when 'number' is set. Solution: Adjust the computations. (closes #11629)
diff --git a/src/version.c b/src/version.c index 6e206df..98f1cf2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 975, +/**/ 974, /**/ 973,