SOURCES: spec.vim - wrapped

glen glen at pld-linux.org
Wed Dec 21 01:45:10 CET 2005


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



More information about the pld-cvs-commit mailing list