packages: vim-syntax-mycnf/mycnf.vim - tabs

glen glen at pld-linux.org
Mon May 17 18:43:03 CEST 2010


Author: glen                         Date: Mon May 17 16:43:03 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- tabs

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

---- Diffs:

================================================================
Index: packages/vim-syntax-mycnf/mycnf.vim
diff -u packages/vim-syntax-mycnf/mycnf.vim:1.2 packages/vim-syntax-mycnf/mycnf.vim:1.3
--- packages/vim-syntax-mycnf/mycnf.vim:1.2	Mon May 17 18:41:34 2010
+++ packages/vim-syntax-mycnf/mycnf.vim	Mon May 17 18:42:58 2010
@@ -19,26 +19,26 @@
 
 syn match  mycnfLabel		"^.\{-}="
 syn region mycnfHeader		start="^\[" end="\]"
-syn match  mycnfComment	"^#.*$"
+syn match  mycnfComment		"^#.*$"
 
 " Define the default highlighting.
 " For version 5.7 and earlier: only when not done already
 " For version 5.8 and later: only when an item doesn't have highlighting yet
 if version >= 508 || !exists("did_mycnf_syntax_inits")
-  if version < 508
-    let did_mycnf_syntax_inits = 1
-    command -nargs=+ HiLink hi link <args>
-  else
-    command -nargs=+ HiLink hi def link <args>
-  endif
+	if version < 508
+		let did_mycnf_syntax_inits = 1
+		command -nargs=+ HiLink hi link <args>
+	else
+		command -nargs=+ HiLink hi def link <args>
+	endif
 
-    HiLink mycnfHeader	Special
-    HiLink mycnfComment	Comment
-    HiLink mycnfLabel	Type
+	HiLink mycnfHeader	Special
+	HiLink mycnfComment	Comment
+	HiLink mycnfLabel	Type
 
-  delcommand HiLink
+	delcommand HiLink
 endif
 
 let b:current_syntax = "mycnf"
 
-" vim:ts=4:sw=4
+" vim:ts=4:sw=4:noet
================================================================

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



More information about the pld-cvs-commit mailing list