aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/menu.c
Commit message (Expand)AuthorAge
* 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
* Declare garray iterators in the for() scope where possible #819Felipe Oliveira Carvalho2014-06-10
* Add automatic generation of headersZyX2014-06-02
* Remove FEAT_MENUHinidu2014-05-28
* Remove FEAT_CMDL_COMPLHinidu2014-05-28
* Extract cursor.h from misc{1,2}.h and memline.hHinidu2014-05-28
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15