commit | e175dc6911948bcd0c854876b534fee62fb95b9f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 22:18:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 22:18:50 2022 +0100 |
tree | 67b74045048bee4fbcaa4fa4340b1fccba7084a3 | |
parent | 09ff4b54fb86a64390ba9c609853c6410ea6197c [diff] [blame] |
patch 9.0.0133: virtual text after line moves to joined line Problem: Virtual text after line moves to joined line. (Yegappan Lakshmanan) Solution: When joining lines only keep virtual text after the last line.
diff --git a/src/version.c b/src/version.c index 6b5290c..75f24c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 133, +/**/ 132, /**/ 131,