commit | b99e6e6c5fbabbade6431fb555c4fe7409a9269a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 18:55:03 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 17 18:55:03 2022 +0100 |
tree | 665e05ed0c974ba09b5639cca7b0e4593bdd6f12 | |
parent | 8107a2a8af80a53a61734b600539c5beb4782991 [diff] [blame] |
patch 9.0.0784: text prop "above" not right with 'number' and "n" in 'cpo' Problem: Text prop "above" not displayed correctly with 'number' and "n" in 'cpo'. Solution: Draw the line number column until the line text is reached.
diff --git a/src/version.c b/src/version.c index 0f6b59a..b912819 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 784, +/**/ 783, /**/ 782,