]> git.pld-linux.org Git - packages/vim.git/commitdiff
- wrapped
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Dec 2005 00:45:05 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spec.vim -> 1.44

spec.vim

index 5c72ca3c2365949044010fcd20c1156169eb34e0..61cbb6c5d3e8447510669aa0056657dc0c5960a5 100644 (file)
--- a/spec.vim
+++ b/spec.vim
@@ -149,10 +149,12 @@ syn region specPreAmble oneline matchgroup=specCommand
        \ contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier,specSectionMacroBcondArea
 
 " %% Description Section %%
-syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment
+syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1
+       \ contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment
 
 " %% Package Section %%
-syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 contains=specPackageOpts,specPreAmble,specComment
+syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1
+       \ contains=specPackageOpts,specPreAmble,specComment,specMacroNameOther
 
 " %% Scripts Section %%
 syn region specScriptArea matchgroup=specSection
This page took 0.068968 seconds and 4 git commands to generate.