aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/map_functions_spec.lua
Commit message (Collapse)AuthorAge
* Change test because maparg was changed to also return lnumerw72019-09-04
|
* mbyte: Fix crash when using multibyte chars in maparg() return (#6986)Nikolai Aleksandrovich Pavlov2017-07-09
| | | | | | | | This is a refactoring typo from #6947. Fixes #6985 Combined with #6947 where typo was made it also fixes vim/vim#1827 which was present in Neovim.
* get_keymap API (#6236)TJ DeVries2017-05-25
* Add api function get keymap nvim_get_keymap(mode) nvim_buf_get_keymap(buffer, mode)