neovim/test/functional/editor
Gregory Anders 9e1ee9fb1d
refactor!: delete insertmode (#18547)
Neovim already removed `evim` (or any similar flags). The 'insertmode'
option is a weird remnant, so get rid of it.

The 'insertmode' option is replaced with a script that closely emulates
the option. This script is documented at :help 'insertmode'
2022-05-22 21:20:18 -06:00
..
completion_spec.lua test: move completion :stopinsert test to completion_spec.lua (#17992) 2022-04-04 14:53:47 +08:00
count_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
fold_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
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 test: reorg #15698 2021-09-17 09:16:40 -07:00
langmap_spec.lua vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nice 2022-04-29 15:51:04 +08:00
macro_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08: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 feat(edit): insert an unsimplified key using CTRL-SHIFT-V 2022-04-29 15:51:03 +08:00
mode_insert_spec.lua refactor!: delete insertmode (#18547) 2022-05-22 21:20:18 -06:00
put_spec.lua chore: fix typos (#17331) 2022-03-10 14:34:55 +08:00
search_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
tabpage_spec.lua fix(cmd): make :-tabmove work with modifiers (#18447) 2022-05-12 16:43:20 +02:00
undo_spec.lua feat: add undo! 2022-04-20 00:10:02 +06:00