diff src/version.c @ 14463:3b87daa5c37a v8.1.0245

patch 8.1.0245: calling setline() in TextChangedI autocmd breaks undo commit https://github.com/vim/vim/commit/91d2e783b41ca900bc603b3cb5e083c8a4a33170 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 7 19:05:01 2018 +0200 patch 8.1.0245: calling setline() in TextChangedI autocmd breaks undo Problem: Calling setline() in TextChangedI autocmd breaks undo. (Jason Felice) Solution: Don't save lines for undo when already saved. (closes #3291)
author Christian Brabandt <cb@256bit.org>
date Tue, 07 Aug 2018 19:15:05 +0200
parents 65b222617852
children 78d4375b6bb2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -795,6 +795,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    245,
+/**/
     244,
 /**/
     243,