diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-10-17 18:55:03 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-17 18:55:03 +0100 |
commit | b99e6e6c5fbabbade6431fb555c4fe7409a9269a (patch) | |
tree | 665e05ed0c974ba09b5639cca7b0e4593bdd6f12 /src/version.c | |
parent | 8107a2a8af80a53a61734b600539c5beb4782991 (diff) | |
download | vim-git-9.0.0784.tar.gz |
patch 9.0.0784: text prop "above" not right with 'number' and "n" in 'cpo'v9.0.0784
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0f6b59aa8..b912819a8 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 784, +/**/ 783, /**/ 782, |