neovim/test/unit
dundargoc f289161c3c test: add termkey unit tests
Skipped importing the following unit tests from libtermkey as they'd
require introducing a lot of unused code or require more effort to port
than is probably worth:

- 05read
- 12strpkey
- 20canon
- 40ti-override
2024-09-11 00:36:14 +02:00
..
api
charset
eval refactor(shada): rework msgpack decoding without msgpack-c 2024-08-05 11:12:44 +02:00
fixtures refactor(io): make rstream use a linear buffer 2024-06-08 12:50:17 +02:00
os
viml
buffer_spec.lua
fileio_spec.lua
formatc.lua refactor(declarations): also generate prototypes for functions in headers 2024-07-13 12:30:49 +02:00
garray_spec.lua
indent_spec.lua
keycodes_spec.lua
marktree_spec.lua
mbyte_spec.lua fix(multibyte): handle backspace of wide clusters in replace mode 2024-09-06 10:22:29 +02:00
memory_spec.lua
message_spec.lua
msgpack_spec.lua
multiqueue_spec.lua
optionstr_spec.lua
path_spec.lua vim-patch:9.1.0569: fnamemodify() treats ".." and "../" differently (#29673) 2024-07-12 14:30:49 +08:00
preload.lua
preprocess.lua
profile_spec.lua
search_spec.lua vim-patch:9.1.0426: too many strlen() calls in search.c 2024-05-22 06:37:26 +08:00
set.lua
statusline_spec.lua
strings_spec.lua
tempfile_spec.lua
termkey_spec.lua test: add termkey unit tests 2024-09-11 00:36:14 +02:00
testtest_spec.lua
testutil.lua refactor(lua): "module" => "M" #28426 2024-04-20 09:06:49 -07:00
undo_spec.lua