test(completion_spec): make Enter test descriptions more accurate

This commit is contained in:
zeertzjq
2025-02-19 16:10:07 +08:00
parent 07785ea9c5
commit 145c2e720c
2 changed files with 9 additions and 7 deletions

View File

@@ -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')