aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/menu.c
Commit message (Expand)AuthorAge
* 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
* *: Provide list length when allocating listsZyX2018-01-14
* Merge #7593 'PVS static analysis fixes'Justin M. Keyes2017-11-22
|\
| * menu.c: remove conditional expression that is always truePeter Kalauskas2017-11-22
|/
* Deal with NOP, add actext to outputKillTheMule2017-10-02
* menu_get: prettyprint special charsKillTheMule2017-10-01
* coverty: solve  #7149Matthieu Coudron2017-08-15
* menu_get(): docJustin M. Keyes2017-07-28
* viml: introduce menu_get() function #6322Matthieu Coudron2017-07-28
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* ui: cleanup UI_CALL wrappersBjörn Linse2017-05-10
* *: Add comment to all C filesZyX2017-04-19
* *: Fix linter errorsZyX2017-02-15
* *: Partial string handling refactoringZyX2017-02-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* menu: support :emenu invoked by cmenu map.bambu2015-10-03
* ex_menu: use `bool`. #3389Pavlos Vinieratos2015-09-25
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* menu: Fix :emenu mode detection #2992Robin Allen2015-07-22
* Macro cleanup: FEAT_BEVAL_TIPHettomei2015-07-17
* Macro cleanup: FEAT_GUI_MSWINHettomei2015-07-17
* Macro cleanup: FEAT_GUI_GTKHettomei2015-07-17
* Macro cleanup: FEAT_TOOLBARHettomei2015-07-17
* Macro cleanup: FEAT_BEVALHettomei2015-07-17
* Macro cleanup: FEAT_GUI_W32Hettomei2015-07-17
* Remove :tearoff #3007Marco Hinz2015-07-15
* Enable -Wconversion: menu.c #2885Ismail Badawi2015-06-25
* Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Remove redundant NULL checksAnton Ovchinnikov2015-04-06
* Remove unnecessary 'free'Anton Ovchinnikov2015-03-16
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Macro cleanup: PROTOMichael Reed2015-01-14
* Cleanup: Rename getdigits() family functions.Eliseo Martínez2015-01-11
* Cleanup: Refactor getdigits().Eliseo Martínez2015-01-11
* Use GA_DEEP_CLEAR where appropriateFelipe Oliveira Carvalho2014-12-11
* Remove __MVS__ and MOTIF390_MNEMONIC_FIXEDPavel Platto2014-08-02
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()Felipe Oliveira Carvalho2014-06-30
* ga_growsize should be >= 1Felipe Oliveira Carvalho2014-06-30
* No OOM in popup_mode_name()Felipe Oliveira Carvalho2014-06-16
* Replace vim_strncpy calls: menu.cDouglas Schneider2014-06-13