commit | d8d4cfcb393123fa19640be0806091d47935407f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 15 15:55:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 15 15:55:10 2022 +0100 |
tree | 2cf43a5cc1e08d69c07707565319ffae954d1ea0 | |
parent | 249e1b903a9c0460d618f6dcc59aeb8c03b24b20 [diff] [blame] |
patch 9.0.0214: splitting a line may duplicate virtual text Problem: Splitting a line may duplicate virtual text. (Ben Jackson) Solution: Don't duplicate a text property with virtual text. Make auto-indenting work better. (closes #10919)
diff --git a/src/version.c b/src/version.c index ec63c24..e8b4c9f 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 214, +/**/ 213, /**/ 212,