Searched +refs:ada +refs:auto +refs:case (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
13 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/autoload/ada.vim $
26 " Help Page: ft-ada-functions
35 let g:ada#DotWordRegex = '\a\w*\(\_s*\.\_s*\a\w*\)*'
36 let g:ada#WordRegex = '\a\w*'
37 let g:ada#Comment = "\\v^(\"[^\"]*\"|'.'|[^\"']){-}\\zs\\s*--.*"
38 let g:ada#Keywords = []
40 " Section: g:ada#Keywords {{{1
44 for Item in ['abort', 'else', 'new', 'return', 'abs', 'elsif', 'not', 'reverse', 'abstract', 'end', 'null', 'accept', 'entry', 'select', 'access', 'exception', 'of', 'separate', 'aliased', 'exit', 'or', 'subtype', 'all', 'others', 'synchronized', 'and', 'for', 'out', 'array', 'function', 'overriding', 'tagged', 'at', 'task', 'generic', 'package', 'terminate', 'begin', 'goto', 'pragma', 'then', 'body', 'private', 'type', 'if', 'procedure', 'case', 'in', 'protected', 'until', 'constant', 'interface', 'use', 'is', 'raise', 'declare', 'range', 'when', 'delay', 'limited', 'record', 'while', 'delta', 'loop', 'rem', 'with', 'digits', 'renames', 'do', 'mod', 'requeue', 'xor']
45 let g:ada#Keyword
[all...]
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_ca_es.latin1.vim72 menutrans Toggle\ &Ignore-case<Tab>:set\ ic! Sensibilitat\ a\ les\ ma&j�scules<Tab>:set\ ic!
97 menutrans Toggle\ &auto-indent<Tab>:set\ ai! &Sagnia\ autom�tica<Tab>:set\ ai!
238 menutrans &Max\ Height<Tab>^W_ M�xima\ &al�ada<Tab>^W_
239 menutrans M&in\ Height<Tab>^W1_ M�nima\ a&l�ada<Tab>^W1_
279 tmenu ToolBar.WinMax Al�ada m�xima
280 tmenu ToolBar.WinMin Al�ada m�nima
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim93 au BufNewFile,BufRead *.adb,*.ads,*.ada setf ada
95 au BufNewFile,BufRead *.gpr,*.ada_m,*.adc setf ada
97 au BufNewFile,BufRead *.gpr setf ada
233 " Check if one of the first five lines contains "VB_Name". In that case it is
419 " that case it is probably a change file.
696 " Focus Master file (but not for auto.master)
697 au BufNewFile,BufRead auto.master setf conf
1214 " that case it is probably an nroff file: 'filetype' is set and 1 is returned.

Completed in 73 milliseconds