Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dautocmd.pro10 int do_doautocmd(char_u *arg, int do_msg, int *did_something);
/vim-8.2.3635/src/
H A Dautocmd.c1310 do_doautocmd( in do_doautocmd() function
1401 retval = do_doautocmd(arg, FALSE, &did_aucmd); in ex_doautoall()
1424 do_doautocmd(arg, FALSE, &did_aucmd); in ex_doautoall()
H A Dex_docmd.c5281 (void)do_doautocmd(arg, TRUE, &did_aucmd); in ex_doautocmd()
9352 (void)do_doautocmd((char_u *)"filetypedetect BufRead", TRUE, NULL); in ex_filetype()
H A Dfileio.c3035 (void)do_doautocmd((char_u *)"filetypedetect BufRead", FALSE, NULL); in set_rw_fname()
H A Dex_cmds.c2051 (void)do_doautocmd((char_u *)"filetypedetect BufRead", in do_write()