# HG changeset patch # User vimboss # Date 1097181947 0 # Node ID 8cde1a064c7cde42146bfd94cc327a0dbbda2f27 # Parent 8ff7fd162d3cf15129e377401e49f8210d62aee6 updated for version 7.0017 diff --git a/runtime/compiler/splint.vim b/runtime/compiler/splint.vim --- a/runtime/compiler/splint.vim +++ b/runtime/compiler/splint.vim @@ -2,7 +2,7 @@ " Compiler: splint/lclint (C source code checker) " Maintainer: Ralf Wildenhues " Splint Home: http://www.splint.org/ -" Last Change: $Date$ +" Last Change: 2004 Oct 02 " $Revision$ if exists("current_compiler") @@ -64,7 +64,7 @@ CompilerSet errorformat=%OLCLint*m, \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f', \%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f', \%DMaking\ %*\\a\ in\ %f, - \%C\ \ %m + \%C\ %#%m let &cpo = s:cpo_save unlet s:cpo_save