diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-07 20:45:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-07 20:45:47 +0000 |
commit | e5f258eb4c4b87ea1d6f61c1a0a9deecbb5d9726 (patch) | |
tree | 2ec587cc3d1b4d22088cb1ef0706ebdec30db74e /runtime/compiler | |
parent | c0197e2815208269fa9ba2fba95230138ec39ceb (diff) | |
download | vim-git-e5f258eb4c4b87ea1d6f61c1a0a9deecbb5d9726.tar.gz |
updated for version 7.0017
Diffstat (limited to 'runtime/compiler')
-rw-r--r-- | runtime/compiler/splint.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/compiler/splint.vim b/runtime/compiler/splint.vim index 8ba9c974e..6f40af9b6 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: $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 |