summaryrefslogtreecommitdiff
path: root/runtime/compiler/rst.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-12-30 13:11:27 +0100
committerBram Moolenaar <Bram@vim.org>2011-12-30 13:11:27 +0100
commitb6b046b281fac168a78b3eafdea9274bef06882f (patch)
tree8d50c58421278f30521e290a8cf18c6085b78168 /runtime/compiler/rst.vim
parentdeaf7b739791095e2c98a7087dfe9b3c8dfd56f2 (diff)
downloadvim-b6b046b281fac168a78b3eafdea9274bef06882f.zip
Updated runtime files.
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 07c7d4139..15d2d79f6 100644
--- a/runtime/compiler/rst.vim
+++ b/runtime/compiler/rst.vim
@@ -9,7 +9,7 @@ endif
let current_compiler = "rst"
let s:cpo_save = &cpo
-set cpo-=C
+set cpo&vim
setlocal errorformat=
\%f:%l:\ (%tEBUG/0)\ %m,