aboutsummaryrefslogtreecommitdiff
path: root/test/symbolic/klee/nvim/keymap.c
Commit message (Collapse)AuthorAge
* keymap: Do not use vim_isIDc in keymap.cZyX2017-11-30
| | | | | | | | Note: there are three changes to ascii_isident. Reverting first two (in find_special_key and first in get_special_key_code) normally fails the new test with empty &isident, but reverting the third does not. Hence adding `>` to &isident. Ref vim/vim#2389.
* klee: Update key_name_entry tableZyX2017-10-16
|
* viml/parser/expressions: Add support for string parsingZyX2017-10-15