updated for version 7.0155

This commit is contained in:
Bram Moolenaar
2005-10-10 21:00:54 +00:00
parent d5cdbeb8dd
commit a5fb28b609
3 changed files with 6 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ CompilerSet makeprg=testrb
CompilerSet errorformat=\%W\ %\\+%\\d%\\+)\ Failure:, CompilerSet errorformat=\%W\ %\\+%\\d%\\+)\ Failure:,
\%C%m\ [%f:%l]:, \%C%m\ [%f:%l]:,
\%E\ %\\+%\\d%\\+)\ Error:, \%E\ %\\+%\\d%\\+)\ Error:,
\%C%m:, \%C%m:,
\%C\ \ \ \ %f:%l:%.%#, \%C\ \ \ \ %f:%l:%.%#,
\%C%m, \%C%m,

View File

@@ -33,10 +33,10 @@ if version < 600
syn region changelogFiles start="^\s\+[([]" end=":\s" end="^$" contains=changelogBullet,changelogColon,changelogError keepend syn region changelogFiles start="^\s\+[([]" end=":\s" end="^$" contains=changelogBullet,changelogColon,changelogError keepend
syn match changelogColon contained ":\s" syn match changelogColon contained ":\s"
else else
syn region changelogFiles start="^\s\+[+*]\s" end=":" end="^$" contains=changelogBullet,changelogColon,changeLogFuncs,changelogError keepend syn region changelogFiles start="^\s\+[+*]\s" end=":" end="^$" contains=changelogBullet,changelogColon,changelogFuncs,changelogError keepend
syn region changelogFiles start="^\s\+[([]" end=":" end="^$" contains=changelogBullet,changelogColon,changeLogFuncs,changelogError keepend syn region changelogFiles start="^\s\+[([]" end=":" end="^$" contains=changelogBullet,changelogColon,changelogFuncs,changelogError keepend
syn match changeLogFuncs contained "(.\{-})" extend syn match changelogFuncs contained "(.\{-})" extend
syn match changeLogFuncs contained "\[.\{-}]" extend syn match changelogFuncs contained "\[.\{-}]" extend
syn match changelogColon contained ":" syn match changelogColon contained ":"
endif endif
syn match changelogBullet contained "^\s\+[+*]\s" contains=changelogError syn match changelogBullet contained "^\s\+[+*]\s" contains=changelogError

View File

@@ -29,6 +29,7 @@ TAGPRG = @TAGPRG@
CPP = @CPP@ CPP = @CPP@
CPP_MM = @CPP_MM@ CPP_MM = @CPP_MM@
DEPEND_CFLAGS_FILTER = @DEPEND_CFLAGS_FILTER@
X_CFLAGS = @X_CFLAGS@ X_CFLAGS = @X_CFLAGS@
X_LIBS_DIR = @X_LIBS@ X_LIBS_DIR = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@ X_PRE_LIBS = @X_PRE_LIBS@