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
*
replace fallthrough comment with macro
Jan Edmund Lazo
2018-09-21
*
menu: enable in ex_menu() is TriState
Jan Edmund Lazo
2018-08-01
*
vim-patch:8.0.0451: some macros are in lower case
Jan Edmund Lazo
2018-06-12
*
vim-patch:8.0.0466: still macros that should be all-caps (#8510)
Jan Edmund Lazo
2018-06-10
*
*: Provide list length when allocating lists
ZyX
2018-01-14
*
Merge #7593 'PVS static analysis fixes'
Justin M. Keyes
2017-11-22
|
\
|
*
menu.c: remove conditional expression that is always true
Peter Kalauskas
2017-11-22
|
/
*
Deal with NOP, add actext to output
KillTheMule
2017-10-02
*
menu_get: prettyprint special chars
KillTheMule
2017-10-01
*
coverty: solve #7149
Matthieu Coudron
2017-08-15
*
menu_get(): doc
Justin M. Keyes
2017-07-28
*
viml: introduce menu_get() function #6322
Matthieu Coudron
2017-07-28
*
'cpoptions': remove "<" flag; ignore <special>
Justin M. Keyes
2017-07-08
*
ui: cleanup UI_CALL wrappers
Björn Linse
2017-05-10
*
*: Add comment to all C files
ZyX
2017-04-19
*
*: Fix linter errors
ZyX
2017-02-15
*
*: Partial string handling refactoring
ZyX
2017-02-15
*
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
[next]