Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dautocmd.c144 {"FuncUndefined", EVENT_FUNCUNDEFINED},
2039 || event == EVENT_FUNCUNDEFINED in apply_autocmds_group()
H A Dvim.h1333 EVENT_FUNCUNDEFINED, // if calling a function which doesn't exist enumerator
H A Duserfunc.c3355 && apply_autocmds(EVENT_FUNCUNDEFINED, in call_func()
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dautocmd.c1497 || event == EVENT_FUNCUNDEFINED || event == EVENT_OPTIONSET in apply_autocmds_group()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Duserfunc.c1543 && apply_autocmds(EVENT_FUNCUNDEFINED, rfname, rfname, true, NULL) in call_func()