Searched refs:filetype_detect (Results 1 – 1 of 1) sorted by relevance
9286 static int filetype_detect = FALSE; variable9310 filetype_detect ? "ON" : "OFF", in ex_filetype()9311 filetype_plugin ? (filetype_detect ? "ON" : "(on)") : "OFF", in ex_filetype()9312 filetype_indent ? (filetype_detect ? "ON" : "(on)") : "OFF"); in ex_filetype()9335 if (*arg == 'o' || !filetype_detect) in ex_filetype()9338 filetype_detect = TRUE; in ex_filetype()9374 filetype_detect = FALSE; in ex_filetype()