summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/mapping.c
AgeCommit message (Expand)AuthorFiles
2024-05-15docs: misc (#28609)dundargoc1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-15refactor(eval): use arena when converting typvals to Objectbfredl1
2024-02-13refactor(lua): use Arena when converting from lua stack to API argsbfredl1
2024-02-03vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq1
2024-01-20feat(api): support getting abbreviations (#26868)Raphael1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq1
2023-12-23fix(mappings): fix mapset() not replacing map with backslash (#26719)zeertzjq1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-07refactor: object_to_vim() cannot failJustin M. Keyes1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-28refactor: fix runtime_defs.h (#26259)zeertzjq1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27refactor: fix includes for api/autocmd.hdundargoc1
2023-11-27build(IWYU): export generated headersdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-22fix(messages): :map output with ext_messages (#26126)Bara C. Tudor1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-11-09vim-patch:8.2.4932: not easy to filter the output of maplist()zeertzjq1
2023-11-09vim-patch:8.2.4861: it is not easy to restore saved mappingszeertzjq1
2023-11-09vim-patch:8.2.4825: can only get a list of mappingszeertzjq1
2023-11-09vim-patch:8.2.4820: not simple programmatic way to find a specific mappingzeertzjq1
2023-11-09vim-patch:8.2.4140: maparg() does not indicate the type of scriptzeertzjq1
2023-11-09refactor(api): simplify nvim_set_keymap shortname check (#25945)zeertzjq1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-09-27refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl1
2023-09-16refactor(mapping.c): reduce scope of localsLewis Russell1
2023-08-26refactor: move some structs out of buffer_defs.h (#24878)zeertzjq1
2023-08-12vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq1
2023-08-07refactor(api): use typed keysetsbfredl1
2023-06-09feat(api): support abbreviations in nvim_set_keymapbfredl1
2023-05-23refactor(api): new helper macrosFamiu Haque1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-04-28vim-patch:9.0.1359: too many "else if" statements in handling optionsLewis Russell1
2023-04-28vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell1
2023-04-26refactor: uncrustifydundargoc1
2023-04-25vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...zeertzjq1