commit | db93495d276642f63f80471fbcb900b9aa1e9e42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 27 20:18:31 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 27 20:18:31 2020 +0200 |
tree | fca8ecb1216bbce25b08f87f2ec5857df935ab8b | |
parent | 0e71704b77a9891ccae9f5a9c7429e933078f232 [diff] [blame] |
patch 8.2.0649: undo problem whn an InsertLeave autocommand resets undo Problem: Undo problem whn an InsertLeave autocommand resets undo. (Kutsan Kaplan) Solution: Do not create a new undo block when leaving Insert mode.
diff --git a/src/version.c b/src/version.c index a9a2e29..fa91a2b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 649, +/**/ 648, /**/ 647,