comparison src/testdir/test_normal.vim @ 10130:de20f2434807 v7.4.2336

commit https://github.com/vim/vim/commit/df0db16cf74281a83a9ea3388a2ef9aedccd013c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 20:37:41 2016 +0200 patch 7.4.2336 Problem: Running normal mode tests leave a couple of files behind. (Yegappan Lakshmanan) Solution: Delete the files. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 20:45:06 +0200
parents f6942ed9e998
children 4647267906cc
comparison
equal deleted inserted replaced
10129:af5497a26f0e 10130:de20f2434807
1123 1123
1124 " clean up 1124 " clean up
1125 exe "lang" oldlang 1125 exe "lang" oldlang
1126 call delete("./Xspellfile.add") 1126 call delete("./Xspellfile.add")
1127 call delete("./Xspellfile2.add") 1127 call delete("./Xspellfile2.add")
1128 call delete("./Xspellfile.add.spl")
1129 call delete("./Xspellfile2.add.spl")
1128 1130
1129 " zux -> no-op 1131 " zux -> no-op
1130 2 1132 2
1131 norm! $zux 1133 norm! $zux
1132 call assert_equal([], glob('Xspellfile.add',0,1)) 1134 call assert_equal([], glob('Xspellfile.add',0,1))