diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-08-23 21:19:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-08-23 21:19:01 +0200 |
commit | 6b36d2a16d7931bac82ef8b5654c68ac456b24bf (patch) | |
tree | a1a9f7e2d0a1f1a16955e701307c97e08cadbd57 /src/version.c | |
parent | 9cd91a1e8816d727fbdbf0b3062288e15abc5f4d (diff) | |
download | vim-git-6b36d2a16d7931bac82ef8b5654c68ac456b24bf.tar.gz |
patch 8.2.3369: auto formatting after "cw" leaves cursor in wrong spotv8.2.3369
Problem: Auto formatting after "cw" leaves cursor in wrong spot.
Solution: Do not auto-format after the delete. (closes #8789)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index a439d99d4..aa5d02a6f 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3369, +/**/ 3368, /**/ 3367, |