mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functests: Fix 078_swapfile_recover test
This commit is contained in:
@@ -17,7 +17,7 @@ describe('78', function()
|
||||
|
||||
it('is working', function()
|
||||
source([=[
|
||||
set swapfile fileformat=unix undolevels=-1
|
||||
set directory=. swapfile fileformat=unix undolevels=-1
|
||||
e! Xtest
|
||||
let text = "\tabcdefghijklmnoparstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnoparstuvwxyz0123456789"
|
||||
let i = 1
|
||||
|
||||
Reference in New Issue
Block a user