summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/rustc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/rustc.vim')
-rw-r--r--runtime/compiler/rustc.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/compiler/rustc.vim b/runtime/compiler/rustc.vim
index efcf24e..b3c8091 100644
--- a/runtime/compiler/rustc.vim
+++ b/runtime/compiler/rustc.vim
@@ -14,10 +14,6 @@ let s:save_cpo = &cpo
set cpo&vim
" vint: +ProhibitAbbreviationOption
-if exists(":CompilerSet") != 2
- command -nargs=* CompilerSet setlocal <args>
-endif
-
if get(g:, 'rustc_makeprg_no_percent', 0)
CompilerSet makeprg=rustc
else