Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1284 EVENT_BUFREADCMD, // read buffer using command enumerator
H A Dautocmd.c94 {"BufReadCmd", EVENT_BUFREADCMD},
H A Dtag.c3404 if (mch_getperm(fname) < 0 && !has_autocmd(EVENT_BUFREADCMD, fname, NULL)) in jumpto_tag()
H A Dfileio.c286 if (apply_autocmds_exarg(EVENT_BUFREADCMD, NULL, sfname, in readfile()