diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-06-13 01:07:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-06-13 01:07:27 +0200 |
commit | 986a0039cb159446796d2e56546649465c34cbfc (patch) | |
tree | e159da98cd595f31ab97dbecbd914ae241dd6285 /src/testdir/Make_os2.mak | |
parent | f7befa9f1db3db1863aac25e123cd8d5e8c8c35a (diff) | |
download | vim-git-986a0039cb159446796d2e56546649465c34cbfc.tar.gz |
updated for version 7.3.216v7.3.216
Problem: When recovering a file a range of lines is missing. (Charles Jie)
Solution: Reset the index when advancing to the next pointer block. Add a
test to verify recovery works.
Diffstat (limited to 'src/testdir/Make_os2.mak')
-rw-r--r-- | src/testdir/Make_os2.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak index 9bfd3b57d..82e07f454 100644 --- a/src/testdir/Make_os2.mak +++ b/src/testdir/Make_os2.mak @@ -28,7 +28,7 @@ SCRIPTS = test1.out test3.out test4.out test5.out test6.out \ test61.out test62.out test63.out test64.out test65.out \ test66.out test67.out test68.out test69.out test70.out \ test71.out test72.out test73.out test74.out test75.out \ - test76.out test77.out + test76.out test77.out test78.out .SUFFIXES: .in .out |