neovim/test/functional/normal
Matt Wozniski 2f06413dfb Treat unmapped ALT/META as ESC+c in all modes
In #8226 <A-x> and <M-x> were changed to behave like <Esc>x in insert
mode when no mapping exists. This commit backs out that change and
replaces it with a more general one that makes unmapped ALT and META
keypresses as <Esc>+char in all modes. This fixes an unnecessary and
confusing inconsistency between modes.
2020-10-05 15:27:04 -04:00
..
count_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
fold_spec.lua fold: foldMoveRange(): fix :move bug #6534 2017-04-17 04:45:55 +02:00
jump_spec.lua doc [ci skip] 2019-12-31 02:25:10 -08:00
K_spec.lua test: enable K_spec tests in Windows 2018-01-03 00:12:28 -05:00
lang_spec.lua ci: install Turkish locale and make locale tests more reliable 2017-04-11 10:24:19 +02:00
langmap_spec.lua Add some tests for 'langmap' 2018-01-27 11:20:10 +00:00
macro_spec.lua Add some basic tests for macros 2018-03-14 10:39:14 +00:00
meta_key_spec.lua Treat unmapped ALT/META as ESC+c in all modes 2020-10-05 15:27:04 -04:00
put_spec.lua lua: move test helper function, map and filter, to vim.shared module 2020-02-18 17:43:10 +09:00
search_spec.lua test: Eliminate expect_err 2019-09-06 17:19:07 -07:00
tabpage_spec.lua vim-patch:8.1.0974: cannot switch from terminal window to previous tabpage 2020-01-03 06:02:10 -08:00
undo_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00