Searched +refs:vhdl +refs:version (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/vim-55/runtime/syntax/
H A Dhastepreproc.vim4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
12 " For version 5.x: Clear all syntax items
13 " For version 6.x: Quit when a syntax file was already loaded
14 if version < 600
20 if version < 600
H A Dvhdl.vim5 " $Id: vhdl.vim,v 1.1 2004/06/13 15:34:56 vimboss Exp $
10 " For version 5.x: Clear all syntax items
11 " For version 6.x: Quit when a syntax file was already loaded
12 if version < 600
154 " For version 5.7 and earlier: only when not done already
155 " For version 5.8 and later: only when an item doesn't have highlighting yet
156 if version >= 508 || !exists("did_vhdl_syntax_inits")
157 if version < 508
182 let b:current_syntax = "vhdl"
H A Dhaste.vim4 " Credits: some parts have been taken from vhdl, verilog, and C syntax
15 " For version 5.x: Clear all syntax items
16 " For version 6.x: Quit when a syntax file was already loaded
17 if version < 600
H A Dspecman.vim13 " For version 5.x: Clear all syntax items
14 " For version 6.x: Quit when a syntax file was already loaded
15 if version < 600
71 syn keyword specmanDefine verilog vhdl variable global sys
140 " For version 5.7 and earlier: only when not done already
141 " For version 5.8 and later: only when an item doesn't have highlighting yet
142 if version >= 508 || !exists("did_specman_syn_inits")
143 if version < 508
/macosx-10.10/vim-55/runtime/
H A Dfiletype.vim34 echomsg "Warning: some filetypes will not be recognized because this version of Vim does not have fnameescape()"
2132 au BufNewFile,BufRead *.hdl,*.vhd,*.vhdl,*.vbe,*.vst setf vhdl
2133 au BufNewFile,BufRead *.vhdl_[0-9]* call s:StarSetf('vhdl')
2358 " Bazaar version control

Completed in 86 milliseconds