neovim/test/functional/editor
zeertzjq d9cb3fba92 vim-patch:8.2.4242: put in Visual mode cannot be repeated
Problem:    Put in Visual mode cannot be repeated.
Solution:   Use "P" to put without yanking the deleted text into the unnamed
            register. (Shougo Matsushita, closes vim/vim#9591)
fb55207ed1

Cherry-pick get_y_previous() and set_y_previous() from patch 8.1.1736.
Nvim has removed y_current, so code related to it is N/A.
2022-02-09 14:21:04 +08:00
..
completion_spec.lua
count_spec.lua
fold_spec.lua
jump_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
K_spec.lua fix(keywordprg): retain terminal buffer after K (#17046) 2022-01-12 22:04:30 -07:00
lang_spec.lua
langmap_spec.lua
macro_spec.lua feat(autocmd): add Recording autocmds 2021-12-18 10:54:26 +01:00
meta_key_spec.lua fix(input): remove reinterpreted ALT/META chords from recorded macro 2022-01-29 06:05:14 +08:00
mode_cmdline_spec.lua
mode_insert_spec.lua test: add more tests for Insert mode Ctrl-V 2022-01-25 08:29:04 +08:00
put_spec.lua vim-patch:8.2.4242: put in Visual mode cannot be repeated 2022-02-09 14:21:04 +08:00
search_spec.lua
tabpage_spec.lua
undo_spec.lua