SOURCES: spec.vim - add %openldap_schema_{un,}register
glen
glen at pld-linux.org
Sat Jul 8 14:16:24 CEST 2006
Author: glen Date: Sat Jul 8 12:16:24 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- add %openldap_schema_{un,}register
---- Files affected:
SOURCES:
spec.vim (1.49 -> 1.50)
---- Diffs:
================================================================
Index: SOURCES/spec.vim
diff -u SOURCES/spec.vim:1.49 SOURCES/spec.vim:1.50
--- SOURCES/spec.vim:1.49 Tue May 9 01:27:36 2006
+++ SOURCES/spec.vim Sat Jul 8 14:16:19 2006
@@ -69,7 +69,7 @@
syn match specMacro contained '%\(group\|user\)\(add\|remove\)'
syn match specMacro contained '%\(depmod\|banner\|service\|addusertogroup\)'
syn match specMacro contained '%\(\(nsplugin\|apache_config\)_\(un\)\?install\)'
-syn match specMacro contained '%\(webapp_\(un\)\?register\)'
+syn match specMacro contained '%\(\(openldap_schema\|webapp\)_\(un\)\?register\)'
syn match specMacro contained '%\(pear_package_\(setup\|install\)\)'
syn match specMacro contained '%\(py_o\?comp\|py_postclean\)'
@@ -164,7 +164,7 @@
" %% Scripts Section %%
syn region specScriptArea matchgroup=specSection
\ start='^%\(prep\|build\|install\|clean\|pre\|postun\|preun\|post\|triggerin\|triggerun\|triggerpostun\|pretrans\|posttrans\|verifyscript\|check\)\>'
- \ skip='^%{\|^%\(define\|patch\d*\|configure2_13\|configure\|GNUconfigure\|setup\|find_lang\|makeinstall\|cmake\|useradd\|groupadd\|addusertogroup\|banner\|service\|py_o\?comp\|py_postclean\|\(\(nsplugin\|apache_config\)_\(un\)\?install\)\|webapp_\(un\)\?register\|depmod\|pear_package_\(setup\|install\)\)\>'
+ \ skip='^%{\|^%\(define\|patch\d*\|configure2_13\|configure\|GNUconfigure\|setup\|find_lang\|makeinstall\|cmake\|useradd\|groupadd\|addusertogroup\|banner\|service\|py_o\?comp\|py_postclean\|\(\(nsplugin\|apache_config\)_\(un\)\?install\)\|\(openldap_schema\|webapp\)_\(un\)\?register\|depmod\|pear_package_\(setup\|install\)\)\>'
\ end='^%'me=e-1
\ contains=specSpecialVariables,specVariables, at specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2,specSectionMacroBcondArea
" XXX don't forget to update specMacro when updating specScriptArea skip definition
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/spec.vim?r1=1.49&r2=1.50&f=u
More information about the pld-cvs-commit
mailing list