Lines Matching refs:file
26 " Make a copy of the current swap file to "Xswap".
27 " Return the name of the swap file.
30 " get the name of the swap file
33 " make a copy of the swap file in Xswap
41 " Inserts 10000 lines with text to fill the swap file with two levels of pointer
42 " blocks. Then recovers from the swap file and checks all text is restored.
93 " don't intercept existing swap file here
96 " Edit a file and grab its swapfile.
101 " Forget we edited this file
112 call assert_match('file name: .*Xswaptest', editOutput)
115 " Forget we edited this file
149 " try using out-of-range number to select a swap file
165 " Test for :recover using an empty swap file
184 " Test for :recover using a corrupted swap file
185 " Refer to the comments in the memline.c file for the swap file headers
190 " recover using a partial swap file
195 " recover using invalid content in the swap file
200 " :recover using a swap file with a corrupted header
225 call assert_match('the file has been damaged', msg)
328 " Test for :recover using an encrypted swap file
332 " Recover an encrypted file from the swap file without the original file
345 " Recover an encrypted file from the swap file with the original file
363 " Test for :recover using a unreadable swap file
376 " Test for using :recover when the original file and the swap file have the
389 call assert_match('Buffer contents equals file contents', msg)
395 " Test for recovering a file when editing a symbolically linked file
418 " Test for recovering a file when an autocmd moves the cursor to an invalid
437 " ignore the 'E308: Original file may have been changed' error