commit 0e8a53103d1e4699e2ce80e7095dbe59aede53bd parent 79058e768d20c6b378b7b7079972e7f8a7dd84b5 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Tue, 12 May 2020 15:23:30 +0200 vim: ada setings Former-commit-id: 17a2ea3c3fe9258e5a743141a1d5600c383b9a4e Diffstat:
M | vim/after/ftplugin/ada.vim | | | 1 | - |
D | vim/compiler/ada.vim | | | 9 | --------- |
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/vim/after/ftplugin/ada.vim b/vim/after/ftplugin/ada.vim @@ -1,4 +1,3 @@ -compiler ada if !exists('b:undo_ftplugin') let b:undo_ftplugin = '' end diff --git a/vim/compiler/ada.vim b/vim/compiler/ada.vim @@ -1,9 +0,0 @@ -if exists("current_compiler") - finish -endif -let current_compiler = "ada" -if exists(":CompilerSet") != 2 " older Vim always used :setlocal - command -nargs=* CompilerSet setlocal <args> -endif -CompilerSet makeprg=gnatmake\ % -CompilerSet errorformat=%f:%l:%c:\ %m,%f:%l:%c:\ %tarning:\ %m,%f:%l:%c:\ (%ttyle)\ %m