commit | afd2aa79eda3fe69f2e7c87d0b9b4bca874f386a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 13:07:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 05 13:07:23 2022 +0100 |
tree | 45b5952a5a05697fac7fabd869fa1c725f5e96e3 | |
parent | 2f83cc4cfa56750c91eb6daa8fde319bca032d18 [diff] [blame] |
patch 9.0.0143: cursor positioned after virtual text in empty line Problem: Cursor positioned after virtual text in empty line. Solution: Keep cursor in the first column. (closes #10786)
diff --git a/src/version.c b/src/version.c index c0b2aa0..e13e92c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 143, +/**/ 142, /**/ 141,