r1106 - in /trunk/packages/vim: debian/changelog patches/debsources.vim-syntax.diff

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Fri Dec 7 13:45:41 UTC 2007


Author: jamessan
Date: Fri Dec  7 13:45:41 2007
New Revision: 1106

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1106
Log:
* Fix a typo in debsources.vim-syntax.diff. (Closes: #454672)

Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/debsources.vim-syntax.diff

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1106&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Fri Dec  7 13:45:41 2007
@@ -2,8 +2,9 @@
 
   * debian/rules:
     - Add LDFLAGS="-Wl,--as-needed" when calling configure.
-
- -- James Vega <jamessan at debian.org>  Tue, 04 Dec 2007 01:33:34 -0500
+  * Fix a typo in debsources.vim-syntax.diff. (Closes: #454672)
+
+ -- James Vega <jamessan at debian.org>  Fri, 07 Dec 2007 08:44:19 -0500
 
 vim (1:7.1-167+1) unstable; urgency=low
 

Modified: trunk/packages/vim/patches/debsources.vim-syntax.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/debsources.vim-syntax.diff?rev=1106&op=diff
==============================================================================
--- trunk/packages/vim/patches/debsources.vim-syntax.diff (original)
+++ trunk/packages/vim/patches/debsources.vim-syntax.diff Fri Dec  7 13:45:41 2007
@@ -7,7 +7,7 @@
  
  " A bunch of useful keywords
 -syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\)/
-+syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\|restricted\|universe\|multiverse)/
++syn match debsourcesKeyword        /\(deb-src\|deb\|main\|contrib\|non-free\|restricted\|universe\|multiverse\)/
  
  " Match comments
  syn match debsourcesComment        /#.*/




More information about the pkg-vim-maintainers mailing list