commit | 79f8b8494cd4f738f25272ece94d8b524b99cb09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 13:31:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 11 13:31:01 2022 +0100 |
tree | d154633dd6a83323406eb07f108729d555647683 | |
parent | c069edeab28bdd7289d7096cd92804cb54841557 [diff] [blame] |
patch 9.0.0442: virtual text "above" doesn't handel line numbers Problem: Virtual text "above" doesn't handel line numbers. Solution: Take the left column offset into account. (issue #11084) Also make padding work.
diff --git a/src/version.c b/src/version.c index b7bc80a..9d4f39b 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 442, +/**/ 441, /**/ 440,