neovim/test/symbolic/klee/nvim
zeertzjq 3a91adabda
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
Most code in keymap.h is for keycode definitions, while most code in
keymap.c is for the parsing and conversion of keycodes.

The name "keymap" may also make people think these two files are for
mappings, while in fact keycodes are used even when no mappings are
involved, so "keycodes" should be a better file name than "keymap".
2022-05-12 20:19:29 +08:00
..
charset.c Use abort() instead of assert(false) for things that should never happen 2021-01-31 11:28:52 -05:00
garray.c klee: Start preparing for klee tests 2017-10-08 22:25:05 +03:00
gettext.c klee: Start preparing for klee tests 2017-10-08 22:25:05 +03:00
keymap.c refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535) 2022-05-12 20:19:29 +08:00
mbyte.c viml/parser/expressions: Create tests for latest additions 2017-10-15 19:13:52 +03:00
memory.c Use abort() instead of assert(false) for things that should never happen 2021-01-31 11:28:52 -05:00