Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 179356 | Differences between
and this patch

Collapse All | Expand All

(-)runtime/ftplugin/ada.vim (-3 / +5 lines)
Lines 106-114 Link Here
106
106
107
" Section: Compiler {{{1
107
" Section: Compiler {{{1
108
"
108
"
109
if ! exists("current_compiler")			||
109
if exists("g:ada_default_compiler")
110
   \ current_compiler != g:ada_default_compiler
110
   if ! exists("current_compiler")  || 
111
   execute "compiler " . g:ada_default_compiler
111
	    \ current_compiler != g:ada_default_compiler
112
      execute "compiler " . g:ada_default_compiler
113
   endif
112
endif
114
endif
113
115
114
" Section: Folding {{{1
116
" Section: Folding {{{1

Return to bug 179356