summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-17 18:55:03 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-17 18:55:03 +0100
commitb99e6e6c5fbabbade6431fb555c4fe7409a9269a (patch)
tree665e05ed0c974ba09b5639cca7b0e4593bdd6f12 /src/version.c
parent8107a2a8af80a53a61734b600539c5beb4782991 (diff)
downloadvim-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.c2
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,