Remove VMS remnants

This commit is contained in:
Michael Reed
2014-12-09 22:48:34 -05:00
parent 189427efd7
commit 6f50fd6c35
22 changed files with 60 additions and 162 deletions

View File

@@ -119,11 +119,7 @@ endif
" Section: Compiler {{{1
"
if ! exists("g:ada_default_compiler")
if has("vms")
let g:ada_default_compiler = 'decada'
else
let g:ada_default_compiler = 'gnat'
endif
let g:ada_default_compiler = 'gnat'
endif
if ! exists("current_compiler") ||