1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2018-08-08 22:08:32 +02:00
parent f8f88f89e1
commit 9fa9506853
3 changed files with 39 additions and 24 deletions

View File

@@ -794,6 +794,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
256,
/**/
255,
/**/