Lines Matching refs:swap

1 " Tests for the swap feature
21 " '.', swap file in the same directory as file
24 " Verify that the swap file doesn't exist in the current directory
30 " './dir', swap file in a directory relative to the file
40 " 'dir', swap file in directory relative to the current dir
99 " This should not give a warning for an existing swap file.
103 " Delete the buffer so that swap file is removed before we try to delete the
122 " host name is truncated to 39 bytes in the swap file
145 call assert_equal('Not a swap file', info.error)
191 " Close the file and recreate the swap file.
213 " Now set the modified flag, the swap file will not be deleted
248 " Close the file and recreate the swap file.
289 " Close and delete the file and recreate the swap file.
312 " Test for closing a split window automatically when a swap file is detected
330 " Close and delete the file and recreate the swap file.
358 preserve " should help to make sure the swap file exists
376 " This caused Vim to crash when typing "q" at the swap file prompt.
402 " Test that swap file uses the name of the file when editing through a
465 " Forget about the file, recreate the swap file, then edit it again. The
466 " swap file should be automatically deleted.
473 " will end up using the same swap file after deleting the existing one
477 " create the swap file again, but change the host name so that it won't be
490 " will use another same swap file name
502 " Test for renaming a buffer when the swap file is deleted out-of-band
578 call assert_equal("\nNo swap file", execute('swapname'))