r1117 - in /trunk/packages/vim: debian/changelog runtime/syntax/debcontrol.vim

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Dec 9 21:42:46 UTC 2007


Author: jamessan
Date: Sun Dec  9 21:42:46 2007
New Revision: 1117

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1117
Log:
* runtime/syntax/debcontrol.vim: Don't require a three part domain for the
  Homepage field.  (Closes: #455341)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/runtime/syntax/debcontrol.vim

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1117&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sun Dec  9 21:42:46 2007
@@ -25,8 +25,10 @@
     being under a separate policy/ directory.
   * runtime/ftplugin/debcontrol.vim: Correct a function definition to use !.
     (Closes: #454933)
-
- -- James Vega <jamessan at debian.org>  Sat, 08 Dec 2007 11:44:23 -0500
+  * runtime/syntax/debcontrol.vim: Don't require a three part domain for the
+    Homepage field.  (Closes: #455341)
+
+ -- James Vega <jamessan at debian.org>  Sun, 09 Dec 2007 16:37:15 -0500
 
 vim (1:7.1-167+1) unstable; urgency=low
 

Modified: trunk/packages/vim/runtime/syntax/debcontrol.vim
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/runtime/syntax/debcontrol.vim?rev=1117&op=diff
==============================================================================
--- trunk/packages/vim/runtime/syntax/debcontrol.vim (original)
+++ trunk/packages/vim/runtime/syntax/debcontrol.vim Sun Dec  9 21:42:46 2007
@@ -34,8 +34,8 @@
 
 " A URL, right now only enforce protocol and some sanity on the server/path
 " part; TODO: debcontrolHTTPUrl somehow is not being matched at all.
-syn match debcontrolUrl contained "\v[+[:alpha:]]+://\a+\.[-_.[:alnum:]]{2,}(:\d+)?(/[^[:space:]]*)?$"
-syn match debcontrolHTTPUrl contained "\vhttps?://\a+\.[-_.[:alnum:]]{2,}(:\d+)?(/[^[:space:]]*)?$"
+syn match debcontrolUrl contained "\v[+[:alpha:]]+://\a+\.[-_.[:alnum:]]{1,}(:\d+)?(/[^[:space:]]*)?$"
+syn match debcontrolHTTPUrl contained "\vhttps?://\a+\.[-_.[:alnum:]]{1,}(:\d+)?(/[^[:space:]]*)?$"
 
 " An email address
 syn match	debcontrolEmail	"[_=[:alnum:]\.+-]\+@[[:alnum:]\./\-]\+"




More information about the pkg-vim-maintainers mailing list