aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mapping.c
Commit message (Expand)AuthorAge
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* fix(messages): :map output with ext_messages (#26126)Bara C. Tudor2023-11-22
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* vim-patch:8.2.4932: not easy to filter the output of maplist()zeertzjq2023-11-09
* vim-patch:8.2.4861: it is not easy to restore saved mappingszeertzjq2023-11-09
* vim-patch:8.2.4825: can only get a list of mappingszeertzjq2023-11-09
* vim-patch:8.2.4820: not simple programmatic way to find a specific mappingzeertzjq2023-11-09
* vim-patch:8.2.4140: maparg() does not indicate the type of scriptzeertzjq2023-11-09
* refactor(api): simplify nvim_set_keymap shortname check (#25945)zeertzjq2023-11-09
* refactor: the long goodbyedundargoc2023-10-09
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(mapping.c): reduce scope of localsLewis Russell2023-09-16
* refactor: move some structs out of buffer_defs.h (#24878)zeertzjq2023-08-26
* vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq2023-08-12
* refactor(api): use typed keysetsbfredl2023-08-07
* feat(api): support abbreviations in nvim_set_keymapbfredl2023-06-09
* refactor(api): new helper macrosFamiu Haque2023-05-23
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* vim-patch:9.0.1359: too many "else if" statements in handling optionsLewis Russell2023-04-28
* vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell2023-04-28
* refactor: uncrustifydundargoc2023-04-26
* vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq2023-04-25
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14
* vim-patch:9.0.1442: mapset() does not restore non-script context (#22942)zeertzjq2023-04-08
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* refactor(getchar.c): change most char_u to uint8_t (#22444)zeertzjq2023-02-28
* vim-patch:9.0.1329: completion of map includes simplified ones (#22335)zeertzjq2023-02-20
* fix(mappings): make "<" escaping in completion match Vimzeertzjq2023-02-18
* fix(mappings): fix check for cpo-B inverted in completionzeertzjq2023-02-17
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11