diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-02 00:44:04 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-02 00:44:04 +0000 |
commit | c6039d8fcbcc991de374c50f0a2f7ffb96d8437c (patch) | |
tree | 71cb54e2725079d2ecf9d1df62ac39ac385455cb /runtime/compiler/rst.vim | |
parent | bba577a24244bd5d95044ab4bc23628e48d1ff08 (diff) | |
download | vim-git-c6039d8fcbcc991de374c50f0a2f7ffb96d8437c.tar.gz |
updated for version 7.0162
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 828f99e35..d0ff88b37 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, |