diff src/version.c @ 7181:ce8b286e89ef v7.4.901

commit https://github.com/vim/vim/commit/e7d1376b636e6c758196c3542bd2c1053f9edb75 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 30 14:23:33 2015 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Fri, 30 Oct 2015 14:30:04 +0100
parents f7d6cc6b78b5
children 0a256475412f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    901,
+/**/
     900,
 /**/
     899,