index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
menu.c
Commit message (
Expand
)
Author
Age
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
keymap: Make replace_termcodes and friends accept length and cpo_flags
ZyX
2016-04-18
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
menu: support :emenu invoked by cmenu map.
bambu
2015-10-03
*
ex_menu: use `bool`. #3389
Pavlos Vinieratos
2015-09-25
*
Notify attached UIs whenever menus change
Robin Allen
2015-08-21
*
menu: Fix :emenu mode detection #2992
Robin Allen
2015-07-22
*
Macro cleanup: FEAT_BEVAL_TIP
Hettomei
2015-07-17
*
Macro cleanup: FEAT_GUI_MSWIN
Hettomei
2015-07-17
*
Macro cleanup: FEAT_GUI_GTK
Hettomei
2015-07-17
*
Macro cleanup: FEAT_TOOLBAR
Hettomei
2015-07-17
*
Macro cleanup: FEAT_BEVAL
Hettomei
2015-07-17
*
Macro cleanup: FEAT_GUI_W32
Hettomei
2015-07-17
*
Remove :tearoff #3007
Marco Hinz
2015-07-15
*
Enable -Wconversion: menu.c #2885
Ismail Badawi
2015-06-25
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Remove redundant NULL checks
Anton Ovchinnikov
2015-04-06
*
Remove unnecessary 'free'
Anton Ovchinnikov
2015-03-16
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Macro cleanup: PROTO
Michael Reed
2015-01-14
*
Cleanup: Rename getdigits() family functions.
Eliseo Martínez
2015-01-11
*
Cleanup: Refactor getdigits().
Eliseo Martínez
2015-01-11
*
Use GA_DEEP_CLEAR where appropriate
Felipe Oliveira Carvalho
2014-12-11
*
Remove __MVS__ and MOTIF390_MNEMONIC_FIXED
Pavel Platto
2014-08-02
*
move <inttypes.h> include out of vim.h
Brandon Coleman
2014-07-09
*
move ascii.h include out of vim.h
Brandon Coleman
2014-07-09
*
Introduce ga_append_via_ptr() and GA_APPEND_VIA_PTR()
Felipe Oliveira Carvalho
2014-06-30
*
ga_growsize should be >= 1
Felipe Oliveira Carvalho
2014-06-30
*
No OOM in popup_mode_name()
Felipe Oliveira Carvalho
2014-06-16
*
Replace vim_strncpy calls: menu.c
Douglas Schneider
2014-06-13
*
Declare garray iterators in the for() scope where possible #819
Felipe Oliveira Carvalho
2014-06-10
*
Add automatic generation of headers
ZyX
2014-06-02
*
Remove FEAT_MENU
Hinidu
2014-05-28
*
Remove FEAT_CMDL_COMPL
Hinidu
2014-05-28
*
Extract cursor.h from misc{1,2}.h and memline.h
Hinidu
2014-05-28
*
Replace alloc() with xmalloc() and remove immediate OOM checks
Felipe Oliveira Carvalho
2014-05-19
*
Remove NULL/non-NULL tests after calls to vim_str(n)save()
Felipe Oliveira Carvalho
2014-05-19
*
Introduce nvim namespace: Fix unmasked strings.h issue.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15