|
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 |