Author: glen                         Date: Wed Dec 21 00:45:10 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- wrapped

---- Files affected:
SOURCES:
   spec.vim (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: SOURCES/spec.vim
diff -u SOURCES/spec.vim:1.43 SOURCES/spec.vim:1.44
--- SOURCES/spec.vim:1.43       Wed Dec 21 01:44:06 2005
+++ SOURCES/spec.vim    Wed Dec 21 01:45:05 2005
@@ -149,10 +149,12 @@
        \ 
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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/spec.vim?r1=1.43&r2=1.44&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to