r822 - /trunk/runtime/syntax/debcontrol.vim

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu Jan 11 13:50:28 UTC 2007


Author: zack
Date: Thu Jan 11 14:50:28 2007
New Revision: 822

URL: http://svn.debian.org/wsvn/?sc=1&rev=822
Log:
comments in debian/control following what is allowed by dpkg-dev

Modified:
    trunk/runtime/syntax/debcontrol.vim

Modified: trunk/runtime/syntax/debcontrol.vim
URL: http://svn.debian.org/wsvn/trunk/runtime/syntax/debcontrol.vim?rev=822&op=diff
==============================================================================
--- trunk/runtime/syntax/debcontrol.vim (original)
+++ trunk/runtime/syntax/debcontrol.vim Thu Jan 11 14:50:28 2007
@@ -45,7 +45,7 @@
 syn region debcontrolStrictField start="^Section" end="$" contains=debcontrolKey,debcontrolSection oneline
 
 " #-Comments
-syn match debcontrolComment "#.*$"
+syn match debcontrolComment "^#.*$"
 
 " Catch-all for the other legal fields
 syn region debcontrolField start="^\(Maintainer\|Build-Depends\|Build-Conflicts\|Build-Depends-Indep\|Build-Conflicts-Indep\|Standards-Version\|Pre-Depends\|Depends\|Recommends\|Suggests\|Provides\|Replaces\|Conflicts\|Essential\|Bugs\|Origin\|Enhances\|X\(S\|B\)-Python-Version\):" end="$" contains=debcontrolKey,debcontrolVariable,debcontrolEmail oneline




More information about the pkg-vim-maintainers mailing list