aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/menu.c
Commit message (Expand)AuthorAge
* docs: fix typos (#18866)dundargoc2022-06-15
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
|/
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledzeertzjq2022-04-29
* refactor: add function xstrnsaveDundar Goc2022-04-16
* refactor: replace char_u variables and functions with charDundar Göc2022-04-16
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-21
* refactor: remove space after starDundar Göc2021-10-19
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2388: using old C style commentsDundar Göc2021-10-06
* | refactor: remove redundant castsDundar Göc2021-10-07
|/
* refactor: convert char_u to char #15824dundargoc2021-10-02
* refactor: format with uncrustify #15741dundargoc2021-09-22
* chore: use codespell to spell check #15016dundargoc2021-07-07
* Remove '- 1' for sizes passed to xstrlcpyJan Edmund Lazo2021-05-19
* menu: use char* for set_context_in_menu_cmd() paramJan Edmund Lazo2021-02-07
* menu: remove winbar codeJan Edmund Lazo2020-11-20
* api: add API for themesBjörn Linse2020-11-01
* vim-patch:8.1.1264: crash when closing window from WinBar clickJan Edmund Lazo2020-04-26
* vim-patch:8.0.1139: using window toolbar changes stateJan Edmund Lazo2020-04-26
* vim-patch:8.0.1142: window toolbar menu gets a tear-off itemJan Edmund Lazo2020-04-26
* vim-patch:8.0.1123: cannot define a toolbar for a windowJan Edmund Lazo2020-04-26
* vim-patch:8.1.1201: output of :command is hard to readJan Edmund Lazo2020-02-16
* lintJustin M. Keyes2019-09-13
* getdigits: introduce `strict`, `def` parametersJustin M. Keyes2019-09-13
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* PVS/V571: condition was already verifiedJustin M. Keyes2019-05-06
* cleanup: rename menu_nable_recurse() #9707Petter Wahlman2019-03-10
* menu_get(): fix query behaviorJustin M. Keyes2019-01-27
* menu_get(): Do not include empty itemsJustin M. Keyes2019-01-27
* fix ":menu Item.SubItem"Justin M. Keyes2019-01-27
* vim-patch:8.0.0411: menu translations don't match when case is changed.Jan Edmund Lazo2019-01-26
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* menu: enable in ex_menu() is TriStateJan Edmund Lazo2018-08-01
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10