1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2020-04-27 20:18:31 +02:00
parent 0e71704b77
commit db93495d27
3 changed files with 20 additions and 2 deletions

View File

@@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
649,
/**/
648,
/**/