Lines Matching refs:swp
168 call writefile([], '.Xfile1.swp')
170 call assert_match('Unable to read block 0 from .Xfile1.swp', msg)
181 call delete('.Xfile1.swp')
191 call writefile(0z1234, '.Xfile1.swp')
196 call writefile([repeat('1', 2*1024)], '.Xfile1.swp')
198 call delete('.Xfile1.swp')
337 let b = readblob('.Xfile1.swp')
352 let b = readblob('.Xfile1.swp')
368 let b = readblob('.Xfile1.swp')
383 let b = readblob('.Xfile1.swp')
401 call assert_equal('.Xfile1.swp', fnamemodify(swapname(''), ':t'))
403 let b = readblob('.Xfile1.swp')
406 call writefile(b, '.Xfile1.swp')
415 call delete('.Xfile1.swp')
425 let b = readblob('.Xfile1.swp')
432 call writefile(b, '.Xfile1.swp')
445 call delete('.Xfile1.swp')