summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-09-14 22:13:59 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-14 22:13:59 +0100
commitebd0e8bb853cb744b60bf4f57011c4379ae4aaed (patch)
treebda75c257efb71dacc825e7162b006eb72205d6a /src/version.c
parente697d488901b6321ddaad68b553f0a434c97d849 (diff)
patch 9.0.0466: virtual text wrong after adding line break after linev9.0.0466
Problem: Virtual text wrong after adding line break after line. Solution: Pass an "eol" flag to where text properties are adjusted. (closes #11131)
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 cea4b7387b..1aa99ae379 100644
--- a/src/version.c
+++ b/src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 466,
+/**/
465,
/**/
464,