Searched +refs:ada +refs:move +refs:to +refs:declaration (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/runtime/indent/
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/indent/ada.vim $
17 " 05.11.2006 MK Bram suggested to save on spaces
18 " 19.09.2007 NO g: missing before ada#Comment
51 " Try to find indent of the block we're in
53 " prev_lnum = previous line (to start looking on)
58 " This shouldn't work as well as it appears to with lines that are currently
60 " Seems to work OK as it 'starts' with the indent of the /previous/ line.
63 let line = substitute( getline(lnum), g:ada#Comment, '', '' )
77 let line = substitute( getline(lnum), g:ada#Commen
[all...]

Completed in 147 milliseconds