1
0
forked from aniani/vim

patch 8.0.1290: seq_cur of undotree() wrong after undo

Problem:    seq_cur of undotree() wrong after undo.
Solution:   Get the actual sequence number instead of decrementing the current
            one. (Ozaki Kiichi, closes #2319)
This commit is contained in:
Bram Moolenaar
2017-11-11 23:37:08 +01:00
parent 7f2e9d7c9c
commit 80eaddd3a0
3 changed files with 79 additions and 12 deletions

View File

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