summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/menu.c
AgeCommit message (Expand)AuthorFiles
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq1
2026-03-18fix(menu): right-click menu fails with E335 when using V after i_ctrl-o #37349glepnir1
2026-01-24vim-patch:9.0.0874: using freed memory when executing unmenu at more promptzeertzjq1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-06-05fix(menu): fix listing of submenus (#34315)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
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-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-03refactor: 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_outtrans_attr into msg_outtransbfredl1
2023-09-10refactor(mch): last mch_ function/macro hits the dustbfredl1
2023-08-12vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq1
2023-05-08vim-patch:9.0.1523: some error messages are not marked for translation (#23529)zeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-23vim-patch:9.0.1479: small source file problems; outdated list of distrib. fil...zeertzjq1
2023-04-07refactor: remove redundant castsii141
2023-04-05refactor: make error message definitions constii141
2023-02-12refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc1
2023-02-11refactor: reduce scope of locals as per the style guide (#22211)dundargoc1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2023-01-14vim-patch:partial:9.0.1196: code is indented more than necessary (#21796)zeertzjq1
2023-01-14refactor: replace char_u with char 21 (#21779)dundargoc1
2023-01-09refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc1