diff --git a/src/testdir/test_undo.vim b/src/testdir/test_undo.vim index 75ee4a5db3..844ba77ea5 100644 --- a/src/testdir/test_undo.vim +++ b/src/testdir/test_undo.vim @@ -282,7 +282,8 @@ func Test_undolist() w Xundolist.txt defer delete('Xundolist.txt') let lastline = execute('undolist')->split("\n")[-1] - call assert_match("ago 1", lastline) + call assert_match('seconds\? ago \?1', lastline) + endif bw! endfunc diff --git a/src/version.c b/src/version.c index eb37def787..b52eaaedaf 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 937, /**/ 936, /**/