]> git.pld-linux.org Git - packages/vim.git/commitdiff
- recognize YYYY-MM-DD format in Log
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Nov 2007 22:47:16 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spec.vim -> 1.68

spec.vim

index be188eb2bb2f4b756f067472db26e1b6fe668f44..8a76750cc8861b6993d80ddcfec2324e81733774 100644 (file)
--- a/spec.vim
+++ b/spec.vim
@@ -182,7 +182,7 @@ syn region specScriptArea matchgroup=specSection
 syn region specChangelogArea matchgroup=specSection start='^%changelog' end='^%'me=e-1
        \ contains=specEmail,specURL,specWeekday,specMonth,specNumber,specComment,specLicense,specRevision,specLogMessage,specLogError
 
-syn match specRevision contained "^Revision [.0-9]\+  [/0-9]\+ [:0-9]\+  [a-zA-Z0-9]\+$"
+syn match specRevision contained "^Revision [.0-9]\+  [-/0-9]\+ [:0-9]\+  [a-zA-Z0-9]\+$"
 syn region specLogMessage contained start="^[- ] " end="$" contains=specLogError,specURL,specEmail
 syn match specLogError contained "%%"
 
This page took 0.028511 seconds and 4 git commands to generate.