Author: glen Date: Mon Mar 7 21:57:31 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- apparently one more specbcond fix for bconds with numbers
---- Files affected:
SOURCES:
vim-specsyntax4.patch (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/vim-specsyntax4.patch
diff -u SOURCES/vim-specsyntax4.patch:1.6 SOURCES/vim-specsyntax4.patch:1.7
--- SOURCES/vim-specsyntax4.patch:1.6 Mon Mar 7 21:50:14 2005
+++ SOURCES/vim-specsyntax4.patch Mon Mar 7 22:57:26 2005
@@ -16,7 +16,7 @@
-syn match specMacroIdentifier contained '%{\w*}'
contains=specMacroNameLocal,specMacroNameOther,specPercent,specSpecialChar
+"syn match specMacroIdentifier contained '%{\w*}'
contains=specMacroNameLocal,specMacroNameOther,specPercent,specSpecialChar
+syn region specMacroIdentifier oneline matchgroup=Special start='%{'
skip='\\}' end='}'
contains=specMacroNameLocal,specMacroNameOther,specPercent,specSpecialChar
-+syn match specBcond contained '%{with\(out\)\?\s\+[a-zA-Z_-]\+}'
++syn match specBcond contained '%{with\(out\)\?\s\+[a-zA-Z0-9_-]\+}'
syn match specSpecialVariables contained '\$[0-9]\|\${[0-9]}'
syn match specCommandOpts contained '\s\(-\w\+\|--\w[a-zA-Z_-]\+\)'ms=s+1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/vim-specsyntax4.patch?r1=1.6&r2=1.7&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit