neovim/test/functional/terminal
Justin M. Keyes a9e2bae0eb paste: insert before cursor always
Inserting "after" the cursor in Normal-mode, for big paste-streams, is
not reliable: sometimes the text "after" the cursor ends up in the
middle of the pasted text.  Maybe the cursor position is not updated?

To avoid weird behavior, always paste "before".  Maybe nvim_put() or
vim.paste() can be fixed more properly later.
2019-09-08 16:42:11 -07:00
..
altscreen_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
api_spec.lua defaults: 'showcmd', 'belloff', 'ruler' 2017-03-16 18:44:10 +01:00
buffer_spec.lua tests: win: enable buffer focus test 2019-08-18 21:40:27 -04:00
cursor_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
edit_spec.lua tests: shell-test: use count for REP (#10514) 2019-07-16 21:35:53 +02:00
ex_terminal_spec.lua test: use shell-test (avoid system shell) 2019-09-01 09:03:46 -07:00
helpers.lua test/ui: update tests for new msg_grid implementation 2019-09-01 15:55:10 +02:00
highlight_spec.lua terminal: swap priority of terminal, editor highlights 2019-05-02 09:56:22 +02:00
mouse_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
scrollback_spec.lua test: Eliminate expect_err 2019-09-06 17:19:07 -07:00
tui_spec.lua paste: insert before cursor always 2019-09-08 16:42:11 -07:00
window_spec.lua test/ui: update tests for new msg_grid implementation 2019-09-01 15:55:10 +02:00
window_split_tab_spec.lua test: win: enable WinEnter terminal test 2019-08-18 21:40:27 -04:00