commit | 91d2e783b41ca900bc603b3cb5e083c8a4a33170 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:05:01 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 07 19:05:01 2018 +0200 |
tree | f42a1d2db656122fb069474859514d9cb62523c4 | |
parent | 917e32bda5a93941fbbccab09ae3960114b67188 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0834540..3b437c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 245, +/**/ 244, /**/ 243,