commit | 9fa9506853516c82851baec643aa47458cb8b3bc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 22:08:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 08 22:08:32 2018 +0200 |
tree | 1540434465ce7d083128d486b80cc10f5b2c1d81 | |
parent | f8f88f89e12df516c1fac5851b504238ebc1d2d4 [diff] [blame] |
patch 8.1.0256: using setline() in TextChangedI splits undo Problem: Using setline() in TextChangedI splits undo. Solution: Use another solution for undo not working properly.
diff --git a/src/version.c b/src/version.c index 76d47dd..8e21e98 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 256, +/**/ 255, /**/ 254,