mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
Remove VMS remnants
This commit is contained in:
@@ -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") ||
|
||||
|
||||
Reference in New Issue
Block a user