mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
Merge #32001 from MariaSolOs/consistent-namespaces
This commit is contained in:
@@ -351,7 +351,7 @@ describe(':terminal buffer', function()
|
||||
end)
|
||||
|
||||
it('TermRequest synchronization #27572', function()
|
||||
command('autocmd! nvim_terminal TermRequest')
|
||||
command('autocmd! nvim.terminal TermRequest')
|
||||
local term = exec_lua([[
|
||||
_G.input = {}
|
||||
local term = vim.api.nvim_open_term(0, {
|
||||
|
||||
Reference in New Issue
Block a user