commit | ebd0e8bb853cb744b60bf4f57011c4379ae4aaed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 22:13:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 14 22:13:59 2022 +0100 |
tree | bda75c257efb71dacc825e7162b006eb72205d6a | |
parent | e697d488901b6321ddaad68b553f0a434c97d849 [diff] [blame] |
patch 9.0.0466: virtual text wrong after adding line break after line Problem: Virtual text wrong after adding line break after line. Solution: Pass an "eol" flag to where text properties are adjusted. (closes #11131)
diff --git a/src/version.c b/src/version.c index cea4b73..1aa99ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 466, +/**/ 465, /**/ 464,