mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Problem: The signature of nvim_exec() is not extensible per ":help api-contract". Solution: Introduce nvim_exec2() and deprecate nvim_exec().
This commit is contained in:

committed by
GitHub

parent
257d894d75
commit
fe9cbcb3a5
@@ -162,7 +162,7 @@ local vim9 = (function()
|
||||
end
|
||||
end
|
||||
|
||||
vim.api.nvim_exec(table.concat(file, '\n'), false)
|
||||
vim.api.nvim_exec2(table.concat(file, '\n'), { output = false })
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user