Home
last modified time | relevance | path

Searched refs:EVENT_SHELLFILTERPOST (Results 1 – 4 of 4) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1352 EVENT_SHELLFILTERPOST, // after ":1,2!cmd", ":w !cmd", ":r !cmd". enumerator
H A Dautocmd.c163 {"ShellFilterPost", EVENT_SHELLFILTERPOST},
H A Dex_cmds.c1032 apply_autocmds(EVENT_SHELLFILTERPOST, NULL, NULL, FALSE, curbuf); in do_bang()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dex_cmds.c1240 apply_autocmds(EVENT_SHELLFILTERPOST, NULL, NULL, false, curbuf); in do_bang()