commit | ef85a9b2d9e992ab594e089af3883e381cfad426 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 20:24:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 10 20:24:07 2020 +0200 |
tree | 279b5a47466847e5f041f6a5cab5816c663385ae | |
parent | 97d2f34c8763ab3a46c9f43284cc17bad3cf9568 [diff] [blame] |
patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all" Problem: Cursor off by one with block paste while 'virtualedit' is "all". Solution: Adjust condition. (Hugo Gualandi, closes #6430)
diff --git a/src/version.c b/src/version.c index 88bd908..73d4560 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1170, +/**/ 1169, /**/ 1168,