Home
last modified time | relevance | path

Searched refs:EVENT_CMDLINELEAVE (Results 1 – 5 of 5) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dautocmd.c107 {"CmdlineLeave", EVENT_CMDLINELEAVE},
2035 || event == EVENT_CMDLINELEAVE in apply_autocmds_group()
H A Dvim.h1297 EVENT_CMDLINELEAVE, // before leaving the command line enumerator
H A Dex_getln.c2471 trigger_cmd_autocmd(cmdline_type, EVENT_CMDLINELEAVE); in getcmdline_int()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dautocmd.c1493 || event == EVENT_CMDLINELEAVE || event == EVENT_CMDWINENTER in apply_autocmds_group()
H A Dex_getln.c912 if (has_event(EVENT_CMDLINELEAVE)) { in command_line_enter()
920 apply_autocmds(EVENT_CMDLINELEAVE, (char_u *)firstcbuf, (char_u *)firstcbuf, in command_line_enter()