Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dautocmd.c109 {"CmdwinLeave", EVENT_CMDWINLEAVE},
2037 || event == EVENT_CMDWINLEAVE in apply_autocmds_group()
H A Dvim.h1300 EVENT_CMDWINLEAVE, // before leaving the cmdline window enumerator
H A Dex_getln.c4374 trigger_cmd_autocmd(cmdwin_type, EVENT_CMDWINLEAVE); in open_cmdwin()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dautocmd.c1494 || event == EVENT_CMDWINLEAVE || event == EVENT_CMDUNDEFINED in apply_autocmds_group()
H A Dex_getln.c6462 apply_autocmds(EVENT_CMDWINLEAVE, typestr, typestr, false, curbuf); in open_cmdwin()