1
0
forked from aniani/vim

patch 8.0.1441: using ":undo 0" leaves undo in wrong state

Problem:    Using ":undo 0" leaves undo in wrong state.
Solution:   Instead of searching for state 1 and go above, just use the start.
            (Ozaki Kiichi, closes #2595)
This commit is contained in:
Bram Moolenaar
2018-01-30 22:46:06 +01:00
parent b50773c6df
commit ce46d934af
3 changed files with 122 additions and 72 deletions

View File

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