comparison src/testdir/test_recover.vim @ 26211:485c7c4afeb7 v8.2.3637

patch 8.2.3637: typos in test files Commit: https://github.com/vim/vim/commit/923dce2b07ff185c0ef661f3eca47bc17655f01b Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sun Nov 21 11:36:04 2021 +0000 patch 8.2.3637: typos in test files Problem: Typos in test files. Solution: Correct the typos. (Dominique Pell?, closes https://github.com/vim/vim/issues/9175)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Nov 2021 12:45:04 +0100
parents 51a1ff50bd24
children de319bf98a39
comparison
equal deleted inserted replaced
26210:2121bcd70ce6 26211:485c7c4afeb7
359 call delete('.Xfile1.swm') 359 call delete('.Xfile1.swm')
360 call delete('Xfile1') 360 call delete('Xfile1')
361 endfunc 361 endfunc
362 362
363 " Test for :recover using a unreadable swap file 363 " Test for :recover using a unreadable swap file
364 func Test_recover_unreadble_swap_file() 364 func Test_recover_unreadable_swap_file()
365 CheckUnix 365 CheckUnix
366 CheckNotRoot 366 CheckNotRoot
367 new Xfile1 367 new Xfile1
368 let b = readblob('.Xfile1.swp') 368 let b = readblob('.Xfile1.swp')
369 call writefile(b, '.Xfile1.swm') 369 call writefile(b, '.Xfile1.swm')