Searched refs:do_doautocmd (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | autocmd.pro | 10 int do_doautocmd(char_u *arg, int do_msg, int *did_something);
|
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 1310 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 D | ex_docmd.c | 5281 (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 D | fileio.c | 3035 (void)do_doautocmd((char_u *)"filetypedetect BufRead", FALSE, NULL); in set_rw_fname()
|
| H A D | ex_cmds.c | 2051 (void)do_doautocmd((char_u *)"filetypedetect BufRead", in do_write()
|