diff options
-rw-r--r-- | test/functional/shada/marks_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/shada/marks_spec.lua b/test/functional/shada/marks_spec.lua index b743c3a4b7..05d8cda8e3 100644 --- a/test/functional/shada/marks_spec.lua +++ b/test/functional/shada/marks_spec.lua @@ -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') |