Searched +refs:vhdl +refs:template +refs:if (Results 1 - 3 of 3) 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...]
H A Dmakemenu.vim32 if s:cur_menu_name != menu_name
40 if c != s:cur_menu_char
125 SynMenu C.Cheetah\ template:cheetah
165 SynMenu DE.Django\ template:django
249 SynMenu HIJK.HTML.Cheetah\ HTML\ template:htmlcheetah
250 SynMenu HIJK.HTML.Django\ HTML\ template:htmldjango
559 SynMenu UV.VHDL:vhdl
H A Dsynmenu.vim8 " Set 'filetype' and also 'syntax' if it is manually selected.
10 if a:name == "fvwm1"
21 if !exists("s:syntax_menu_synonly")
23 if exists("g:syntax_manual")
110 an 50.20.230 &Syntax.C.Cheetah\ template :cal SetSyn("cheetah")<CR>
149 an 50.30.220 &Syntax.DE.Django\ template :cal SetSyn("django")<CR>
229 an 50.50.230 &Syntax.HIJK.HTML.Cheetah\ HTML\ template :cal SetSyn("htmlcheetah")<CR>
230 an 50.50.240 &Syntax.HIJK.HTML.Django\ HTML\ template :cal SetSyn("htmldjango")<CR>
530 an 50.140.220 &Syntax.UV.VHDL :cal SetSyn("vhdl")<CR>
579 if exist
[all...]

Completed in 130 milliseconds