commit | 28c9f895716cfa8f1220bc41b72a534c0e10cabe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 13:28:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 13:28:55 2022 +0100 |
tree | 274ccf5d35445ce4b46e733b209fb73edcf4ad0c | |
parent | 63acae13f57c5ad4c8ec3146d0c458550b9e984e [diff] [blame] |
patch 9.0.0205: cursor in wrong position when inserting after virtual text Problem: Cursor in wrong position when inserting after virtual text. (Ben Jackson) Solution: Put the cursor after the virtual text, where the text will be inserted. (closes #10914)
diff --git a/src/version.c b/src/version.c index 3b5193f..7769ccb 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 205, +/**/ 204, /**/ 203,