neovim/test/functional/editor
zeertzjq e6d38c7dac
vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263)
Problem:  Cannot detect overstrike mode in Cmdline mode
Solution: Make mode() return "cr" for overstrike

closes: vim/vim#13569

d1c3ef1f47
2023-11-28 11:46:20 +08:00
..
completion_spec.lua fix(completion): filter results with complete+=f (#26029) 2023-11-18 12:26:52 +08:00
count_spec.lua
ctrl_c_spec.lua test: use poke_eventloop() instead of sleep(10) where possible (#19794) 2022-08-16 15:21:46 +08:00
fold_spec.lua fix(folds): update folds in Insert mode with fdm=indent (#24402) 2023-07-21 08:56:08 +08:00
jump_spec.lua fix(marks): handle switching buffer properly (#25763) 2023-10-24 16:10:36 +08:00
K_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
lang_spec.lua
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
mark_spec.lua fix(marks): handle switching buffer properly (#25763) 2023-10-24 16:10:36 +08:00
meta_key_spec.lua fix(input): do no reinterpret mouse keys with ALT modifiers 2022-07-25 09:47:28 +08:00
mode_cmdline_spec.lua vim-patch:9.0.2133: Cannot detect overstrike mode in Cmdline mode (#26263) 2023-11-28 11:46:20 +08:00
mode_insert_spec.lua fix(grid): add start column when getting char on line (#25627) 2023-10-13 21:43:06 +08:00
put_spec.lua test: fix dependencies between test cases (#23343) 2023-04-27 15:51:44 +08:00
search_spec.lua
tabpage_spec.lua fix: avoid unsigned overflow in home_replace() (#20854) 2022-10-30 06:49:39 +08:00
undo_spec.lua test(undo_spec): add more tests for writing in Insert mode 2022-12-09 07:00:27 +08:00