r1208 - in /trunk/packages/vim: debian/changelog patches/make.vim-syntax.diff patches/series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Feb 17 00:17:00 UTC 2008


Author: jamessan
Date: Sun Feb 17 00:17:00 2008
New Revision: 1208

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1208
Log:
* Added patches:
  - make.vim-syntax.diff:
    + Add recognition of more function names.  (Closes: #465912)

Added:
    trunk/packages/vim/patches/make.vim-syntax.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/series

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=1208&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sun Feb 17 00:17:00 2008
@@ -2,6 +2,9 @@
 
   * debian/control:
     - Build-Depend on tcl-dev instead of tcl8.4-dev per Tcl/Tk policy.
+  * Added patches:
+    - make.vim-syntax.diff:
+      + Add recognition of more function names.  (Closes: #465912)
 
  -- James Vega <jamessan at debian.org>  Mon, 11 Feb 2008 10:56:53 -0500
 

Added: trunk/packages/vim/patches/make.vim-syntax.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/make.vim-syntax.diff?rev=1208&op=file
==============================================================================
--- trunk/packages/vim/patches/make.vim-syntax.diff (added)
+++ trunk/packages/vim/patches/make.vim-syntax.diff Sun Feb 17 00:17:00 2008
@@ -1,0 +1,13 @@
+Index: vim/runtime/syntax/make.vim
+===================================================================
+--- vim/runtime/syntax/make.vim.orig
++++ vim/runtime/syntax/make.vim
+@@ -63,7 +63,7 @@
+ 
+ 
+ " Statements / Functions (GNU make)
+-syn match makeStatement contained "(\(subst\|addprefix\|addsuffix\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|foreach\|if\|join\|notdir\|origin\|patsubst\|shell\|sort\|strip\|suffix\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
++syn match makeStatement contained "(\(subst\|abspath\|addprefix\|addsuffix\|and\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|flavor\|foreach\|if\|info\|join\|lastword\|notdir\|or\|origin\|patsubst\|realpath\|shell\|sort\|strip\|suffix\|value\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
+ 
+ " Comment
+ if exists("make_microsoft")

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=1208&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Sun Feb 17 00:17:00 2008
@@ -33,3 +33,4 @@
 vimspell.sh-typo.diff -p0
 mve.awk-interpreter.diff -p0
 option.c-langmap_comma.diff -p0
+make.vim-syntax.diff -p0




More information about the pkg-vim-maintainers mailing list