diff options
Diffstat (limited to 'test/functional/legacy')
| -rw-r--r-- | test/functional/legacy/edit_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/edit_spec.lua b/test/functional/legacy/edit_spec.lua index eee232f2c8..1c165e0335 100644 --- a/test/functional/legacy/edit_spec.lua +++ b/test/functional/legacy/edit_spec.lua @@ -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') |
