summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/pbx.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/pbx.vim')
-rw-r--r--runtime/compiler/pbx.vim5
1 files changed, 1 insertions, 4 deletions
diff --git a/runtime/compiler/pbx.vim b/runtime/compiler/pbx.vim
index 9e81ea7..5a45f7f 100644
--- a/runtime/compiler/pbx.vim
+++ b/runtime/compiler/pbx.vim
@@ -2,16 +2,13 @@
" Compiler: Apple Project Builder
" Maintainer: Alexander von Below (public@vonBelow.Com)
" Last Change: 2004 Mar 27
+" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
if exists("current_compiler")
finish
endif
let current_compiler = "pbx"
-if exists(":CompilerSet") != 2 " older Vim always used :setlocal
- command -nargs=* CompilerSet setlocal <args>
-endif
-
" The compiler actually is gcc, so the errorformat is unchanged
CompilerSet errorformat&