mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.0017
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
" Compiler: splint/lclint (C source code checker)
|
" Compiler: splint/lclint (C source code checker)
|
||||||
" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
" Maintainer: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||||
" Splint Home: http://www.splint.org/
|
" Splint Home: http://www.splint.org/
|
||||||
" Last Change: $Date$
|
" Last Change: 2004 Oct 02
|
||||||
" $Revision$
|
" $Revision$
|
||||||
|
|
||||||
if exists("current_compiler")
|
if exists("current_compiler")
|
||||||
@ -64,7 +64,7 @@ CompilerSet errorformat=%OLCLint*m,
|
|||||||
\%D%*\\a[%*\\d]:\ Entering\ directory\ `%f',
|
\%D%*\\a[%*\\d]:\ Entering\ directory\ `%f',
|
||||||
\%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f',
|
\%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f',
|
||||||
\%DMaking\ %*\\a\ in\ %f,
|
\%DMaking\ %*\\a\ in\ %f,
|
||||||
\%C\ \ %m
|
\%C\ %#%m
|
||||||
|
|
||||||
let &cpo = s:cpo_save
|
let &cpo = s:cpo_save
|
||||||
unlet s:cpo_save
|
unlet s:cpo_save
|
||||||
|
Reference in New Issue
Block a user