summaryrefslogtreecommitdiffstats
path: root/runtime/compiler/rst.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler/rst.vim')
-rw-r--r--runtime/compiler/rst.vim6
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/compiler/rst.vim b/runtime/compiler/rst.vim
index f983fe7213..828f99e350 100644
--- a/runtime/compiler/rst.vim
+++ b/runtime/compiler/rst.vim
@@ -8,14 +8,10 @@ if exists("current_compiler")
endif
let current_compiler = "rst"
-if exists(":CompilerSet") != 2
- command -nargs=* CompilerSet setlocal <args>
-endif
-
let s:cpo_save = &cpo
set cpo-=C
-CompilerSet errorformat=
+setlocal errorformat=
\%f:%l:\ (%tEBUG/0)\ %m,
\%f:%l:\ (%tNFO/1)\ %m,
\%f:%l:\ (%tARNING/2)\ %m,