commit | 84b247fab70e9b76539c2a0e24556e7c66126974 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 11:17:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 11:17:40 2022 +0100 |
tree | 6987a9c629a6ca6320a0ee97c01cc4da2bed3955 | |
parent | 101d57b34b72f4fbc7df1b6edfd64c64a6be14fc [diff] [blame] |
patch 9.0.0125: cursor positioned wrong with virtual text after the line Problem: Cursor positioned wrong with virtual text after the line. Solution: Clear cts_with_trailing.
diff --git a/src/version.c b/src/version.c index 212688c..4d45122 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 125, +/**/ 124, /**/ 123,