summaryrefslogtreecommitdiffstats
path: root/runtime/compiler
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
parentdeaf7b739791095e2c98a7087dfe9b3c8dfd56f2 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/compiler')
-rw-r--r--runtime/compiler/gcc.vim2
-rw-r--r--runtime/compiler/rst.vim2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler/gcc.vim b/runtime/compiler/gcc.vim
index c6c0e3f985..987a3a6260 100644
--- a/runtime/compiler/gcc.vim
+++ b/runtime/compiler/gcc.vim
@@ -9,7 +9,7 @@ endif
let current_compiler = "gcc"
let s:cpo_save = &cpo
-set cpo-=C
+set cpo&vim
CompilerSet errorformat=
\%*[^\"]\"%f\"%*\\D%l:%c:\ %m,
diff --git a/runtime/compiler/rst.vim b/runtime/compiler/rst.vim
index 07c7d4139c..15d2d79f64 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,