packages: vim-syntax-mycnf/mycnf.vim - allow options without value: "keepal...

glen glen at pld-linux.org
Mon May 17 18:46:27 CEST 2010


Author: glen                         Date: Mon May 17 16:46:27 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- allow options without value: "keepalive"

---- Files affected:
packages/vim-syntax-mycnf:
   mycnf.vim (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/vim-syntax-mycnf/mycnf.vim
diff -u packages/vim-syntax-mycnf/mycnf.vim:1.3 packages/vim-syntax-mycnf/mycnf.vim:1.4
--- packages/vim-syntax-mycnf/mycnf.vim:1.3	Mon May 17 18:42:58 2010
+++ packages/vim-syntax-mycnf/mycnf.vim	Mon May 17 18:46:22 2010
@@ -18,6 +18,7 @@
 syn case ignore
 
 syn match  mycnfLabel		"^.\{-}="
+syn match  mycnfLabel		"^.\{-}$"
 syn region mycnfHeader		start="^\[" end="\]"
 syn match  mycnfComment		"^#.*$"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-mycnf/mycnf.vim?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list