Searched refs:EVENT_FILETYPE (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | autocmd.c | 134 {"FileType", EVENT_FILETYPE}, 2013 if (event == EVENT_FILETYPE) in apply_autocmds_group() 2031 if (event == EVENT_FILETYPE in apply_autocmds_group() 2128 if (event == EVENT_FILETYPE) in apply_autocmds_group() 2271 if (retval == OK && event == EVENT_FILETYPE) in apply_autocmds_group()
|
| H A D | vim.h | 1322 EVENT_FILETYPE, // new file type detected (user defined) enumerator
|
| H A D | optionstr.c | 2447 apply_autocmds(EVENT_FILETYPE, curbuf->b_p_ft, curbuf->b_fname, in did_set_string_option()
|
| H A D | fileio.c | 2642 apply_autocmds(EVENT_FILETYPE, curbuf->b_p_ft, curbuf->b_fname, in readfile()
|
| H A D | quickfix.c | 6291 apply_autocmds(EVENT_FILETYPE, buf->b_p_ft, in vgr_process_files()
|