mirror of
https://github.com/neovim/neovim.git
synced 2026-03-30 20:32:08 +00:00
docs: deprecate hit-enter
This commit is contained in:
@@ -2182,7 +2182,7 @@ describe('API', function()
|
||||
eq({ mode = 'n', blocking = false }, api.nvim_get_mode())
|
||||
end)
|
||||
|
||||
it('during press-enter prompt without UI returns blocking=false', function()
|
||||
it('during hit-enter prompt without UI returns blocking=false', function()
|
||||
eq({ mode = 'n', blocking = false }, api.nvim_get_mode())
|
||||
command("echom 'msg1'")
|
||||
command("echom 'msg2'")
|
||||
@@ -2194,7 +2194,7 @@ describe('API', function()
|
||||
eq({ mode = 'n', blocking = false }, api.nvim_get_mode())
|
||||
end)
|
||||
|
||||
it('during press-enter prompt returns blocking=true', function()
|
||||
it('during hit-enter prompt returns blocking=true', function()
|
||||
api.nvim_ui_attach(80, 20, {})
|
||||
eq({ mode = 'n', blocking = false }, api.nvim_get_mode())
|
||||
command("echom 'msg1'")
|
||||
|
||||
Reference in New Issue
Block a user