mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #5543 from jamessan/fix-shada-marks-test
test: Fix shada/marks_spec.lua failure
This commit is contained in:
commit
6143cfdeec
@ -104,7 +104,7 @@ describe('ShaDa support code', function()
|
||||
|
||||
it('is able to dump and read back mark " from a closed tab', function()
|
||||
nvim_command('edit ' .. testfilename)
|
||||
nvim_command('edit ' .. testfilename_2)
|
||||
nvim_command('tabedit ' .. testfilename_2)
|
||||
nvim_command('2')
|
||||
nvim_command('q!')
|
||||
nvim_command('qall')
|
||||
|
Loading…
Reference in New Issue
Block a user