mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 18:41:48 +00:00
test(completion_spec): make Enter test descriptions more accurate
This commit is contained in:
@@ -94,7 +94,7 @@ describe('edit', function()
|
||||
end)
|
||||
|
||||
-- oldtest: Test_edit_CAR()
|
||||
it('insert a newline when pressing Enter, even if the pum is visible', function()
|
||||
it('Enter inserts newline with pum at original text after adding leader', function()
|
||||
local screen = Screen.new(10, 6)
|
||||
command('set cot=menu,menuone,noselect')
|
||||
feed('Shello hero<CR>h<C-X><C-N>e')
|
||||
|
||||
Reference in New Issue
Block a user