mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
API: deprecate nvim_command_output
This commit is contained in:
@@ -60,7 +60,7 @@ describe(':terminal buffer', function()
|
||||
end)
|
||||
|
||||
it('does not create swap files', function()
|
||||
local swapfile = nvim('command_output', 'swapname'):gsub('\n', '')
|
||||
local swapfile = nvim('exec', 'swapname', true):gsub('\n', '')
|
||||
eq(nil, io.open(swapfile))
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user