diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-23 20:42:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-23 20:42:23 +0000 |
commit | 8fef2ad609c06d0078c630a24cda727f70fca4f5 (patch) | |
tree | 4ce5ab7833e4083f538df3de47830031d50705bf /runtime/compiler | |
parent | 54ff3419c7836d2668444f9ac893b3722d54d8c4 (diff) | |
download | vim-git-8fef2ad609c06d0078c630a24cda727f70fca4f5.tar.gz |
updated for version 7.0070
Diffstat (limited to 'runtime/compiler')
-rw-r--r-- | runtime/compiler/splint.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/compiler/splint.vim b/runtime/compiler/splint.vim index 6f40af9b6..5ba5e036d 100644 --- a/runtime/compiler/splint.vim +++ b/runtime/compiler/splint.vim @@ -2,7 +2,7 @@ " Compiler: splint/lclint (C source code checker) " Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> " Splint Home: http://www.splint.org/ -" Last Change: 2004 Oct 02 +" Last Change: 2005 Apr 21 " $Revision$ if exists("current_compiler") @@ -53,6 +53,7 @@ CompilerSet makeprg=splint\ % CompilerSet errorformat=%OLCLint*m, \%OSplint*m, + \%f(%l\\,%c):\ %m, \%*[\ ]%f:%l:%c:\ %m, \%*[\ ]%f:%l:\ %m, \%*[^\"]\"%f\"%*\\D%l:\ %m, |