SOURCES: spec.vim - recognize macros in Summary

glen glen at pld-linux.org
Thu Dec 4 15:23:33 CET 2008


Author: glen                         Date: Thu Dec  4 14:23:33 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- recognize macros in Summary

---- Files affected:
SOURCES:
   spec.vim (1.92 -> 1.93) 

---- Diffs:

================================================================
Index: SOURCES/spec.vim
diff -u SOURCES/spec.vim:1.92 SOURCES/spec.vim:1.93
--- SOURCES/spec.vim:1.92	Sat Nov  8 14:02:17 2008
+++ SOURCES/spec.vim	Thu Dec  4 15:23:27 2008
@@ -173,7 +173,7 @@
 syn region specPreAmble oneline matchgroup=specPreambleField
 	\ start='\(Summary\)'
 	\ end='$\|}\@='
-	\ contains=specPreambleCharset
+	\ contains=specPreambleCharset,specURLMacro,specMacroIdentifier,specSectionMacroBcondArea
 
 " %% Description Section %%
 syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/spec.vim?r1=1.92&r2=1.93&f=u



More information about the pld-cvs-commit mailing list