commit | e7d1376b636e6c758196c3542bd2c1053f9edb75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 14:23:33 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 30 14:23:33 2015 +0100 |
tree | f78dab087813cc38e259af922f4b501e0b02d028 | |
parent | f1a4c98ea6fa122ceb24c1ad17e184703cbfd182 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 775b027..61e0bf0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 901, +/**/ 900, /**/ 899,