commit | 6b36d2a16d7931bac82ef8b5654c68ac456b24bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 23 21:19:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 23 21:19:01 2021 +0200 |
tree | a1a9f7e2d0a1f1a16955e701307c97e08cadbd57 | |
parent | 9cd91a1e8816d727fbdbf0b3062288e15abc5f4d [diff] [blame] |
patch 8.2.3369: auto formatting after "cw" leaves cursor in wrong spot Problem: Auto formatting after "cw" leaves cursor in wrong spot. Solution: Do not auto-format after the delete. (closes #8789)
diff --git a/src/version.c b/src/version.c index a439d99..aa5d02a 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3369, +/**/ 3368, /**/ 3367,