1
0
forked from aniani/vim

patch 8.2.3637: typos in test files

Problem:    Typos in test files.
Solution:   Correct the typos. (Dominique Pellé, closes #9175)
This commit is contained in:
Dominique Pelle
2021-11-21 11:36:04 +00:00
committed by Bram Moolenaar
parent 2c23670300
commit 923dce2b07
21 changed files with 39 additions and 38 deletions

View File

@@ -635,12 +635,12 @@ func Test_viminfo_file_marks()
call test_settime(35)
edit again
call test_settime(40)
edit fourty
edit forty
wviminfo Xviminfo
sp Xviminfo
1
for name in ['fourty', 'again', 'thirty', 'twenty', 'ten']
for name in ['forty', 'again', 'thirty', 'twenty', 'ten']
/^>
call assert_equal(name, substitute(getline('.'), '.*/', '', ''))
endfor
@@ -950,7 +950,7 @@ func Test_viminfofile_none()
let &viminfofile = save_vif
endfunc
" Test for an unwritable and unreadble 'viminfo' file
" Test for an unwritable and unreadable 'viminfo' file
func Test_viminfo_perm()
CheckUnix
CheckNotRoot