Searched +refs:vhdl +refs:template +refs:if +refs:hook (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim7 if exists("did_load_filetypes")
19 if exists("*fnameescape")
25 \ if s:name != s:short && s:short != "" |
30 \ if expand("<afile>:t") != "configure.in" |
39 if !exists("g:ft_ignore_pat")
43 " Function used for patterns that end in a star: don't set the filetype if the
46 if expand("<amatch>") !~ g:ft_ignore_pat
55 if getline(1) =~ '^\*'
59 if line("$") > 500
65 if getlin
[all...]

Completed in 127 milliseconds