1
0
forked from aniani/vim

patch 7.4.901

Problem:    When a BufLeave autocommand changes folding in a way it syncs
            undo, undo can be corrupted.
Solution:   Prevent undo sync. (Jacob Niehus)
This commit is contained in:
Bram Moolenaar
2015-10-30 14:23:33 +01:00
parent f1a4c98ea6
commit e7d1376b63
2 changed files with 12 additions and 0 deletions

View File

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