Searched +refs:ada +refs:case +refs:exception +refs:file (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dada.vim4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
12 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/ftplugin/ada.vim $
22 " Help Page: ft-ada-plugin
26 " Similarly allows <Ctrl-N> matching of full-length ada entities from tags.
49 " Section: case {{{1
64 nnoremap <unique> <buffer> <C-]> :call ada#Jump_Tag ('', 'tjump')<cr>
67 nnoremap <unique> <buffer> g<C-]> :call ada#Jump_Tag ('','stjump')<cr>
71 nnoremap <unique> <buffer> <C-]> :call ada#List_Tag ()<cr>
74 nnoremap <unique> <buffer> g<C-]> :call ada#List_Tag ()<cr>
81 setlocal completefunc=ada#User_Complet
[all...]
/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', 'i
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim2 " Description: Vim Ada indent file
4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
13 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/indent/ada.vim $
18 " 19.09.2007 NO g: missing before ada#Comment
27 " Only load this indent file when no other was loaded.
36 setlocal indentkeys+=0=~then,0=~end,0=~elsif,0=~when,0=~exception,0=~begin,0=~is,0=~record
63 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
77 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
121 let line = substitute( line, g:ada#Comment, '', '' )
148 let line = substitute( getline(lnum), g:ada#Commen
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dada.vim2 " Description: Vim Ada syntax file
4 " $Id: ada.vim 887 2008-07-08 14:29:01Z krischik $
14 " $HeadURL: https://gnuada.svn.sourceforge.net/svnroot/gnuada/trunk/tools/vim/syntax/ada.vim $
23 " Help Page: help ft-ada-syntax
28 " This vim syntax file works on vim 7.0 only and makes use of most of Voim 7.0
36 let b:current_syntax = "ada"
38 " Section: Ada is entirely case-insensitive. {{{1
40 syntax case ignore
49 for b:Item in g:ada#Keywords
200 syntax match adaConditional "\<end\s\+case\>"
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dfiletype.vim1 " Vim support file to detect file types
37 " Pattern used to match file names which should not be inspected.
44 " file name matches ft_ignore_pat.
93 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
109 " Apache style config file
112 " Apache config file
[all...]

Completed in 143 milliseconds