commit | 0dc065ee7c3bd51e5df3926700e409ae74cdfecf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 22:49:24 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 22:49:24 2005 +0000 |
tree | 3e2f974603cbba12d3f1dcebf493e7ff2bf54d7f | |
parent | 7d1f5dbc0a254d7524b3f985f2440bf89e037355 [diff] [blame] |
updated for version 7.0102
diff --git a/runtime/compiler/rst.vim b/runtime/compiler/rst.vim index f983fe7..828f99e 100644 --- a/runtime/compiler/rst.vim +++ b/runtime/compiler/rst.vim
@@ -8,14 +8,10 @@ endif let current_compiler = "rst" -if exists(":CompilerSet") != 2 - command -nargs=* CompilerSet setlocal <args> -endif - let s:cpo_save = &cpo set cpo-=C -CompilerSet errorformat= +setlocal errorformat= \%f:%l:\ (%tEBUG/0)\ %m, \%f:%l:\ (%tNFO/1)\ %m, \%f:%l:\ (%tARNING/2)\ %m,