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.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler/rst.vim b/runtime/compiler/rst.vim
index 828f99e350..d0ff88b37b 100644
--- a/runtime/compiler/rst.vim
+++ b/runtime/compiler/rst.vim
@@ -11,7 +11,7 @@ let current_compiler = "rst"
let s:cpo_save = &cpo
set cpo-=C
-setlocal errorformat=
+CompilerSet errorformat=
\%f:%l:\ (%tEBUG/0)\ %m,
\%f:%l:\ (%tNFO/1)\ %m,
\%f:%l:\ (%tARNING/2)\ %m,