diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-12-30 13:11:27 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-12-30 13:11:27 +0100 |
commit | b6b046b281fac168a78b3eafdea9274bef06882f (patch) | |
tree | 8d50c58421278f30521e290a8cf18c6085b78168 /runtime/compiler/rst.vim | |
parent | deaf7b739791095e2c98a7087dfe9b3c8dfd56f2 (diff) | |
download | vim-b6b046b281fac168a78b3eafdea9274bef06882f.zip |
Updated runtime files.
Diffstat (limited to 'runtime/compiler/rst.vim')
-rw-r--r-- | runtime/compiler/rst.vim | 2 |
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, |