r1170 - in /trunk/packages/vim: debian/changelog patches/python.vim-ftplugin_include.diff patches/ruby.vim-ftplugin_ri.diff patches/series

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Thu Jan 24 20:04:27 UTC 2008


Author: jamessan
Date: Thu Jan 24 20:04:27 2008
New Revision: 1170

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1170
Log:
  - python.vim-ftplugin_include.diff:
    + Fix an unescaped backslash so the option correctly matches whitespace
      instead of the letter s.
* Removed patches:
  - patches/ruby.vim-ftplugin_ri.diff:
    + The ruby.vim in 7.1 already handles what the feature the patch was
      adding.  (Closes: #462418)

Removed:
    trunk/packages/vim/patches/ruby.vim-ftplugin_ri.diff
Modified:
    trunk/packages/vim/debian/changelog
    trunk/packages/vim/patches/python.vim-ftplugin_include.diff
    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=1170&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Thu Jan 24 20:04:27 2008
@@ -10,8 +10,15 @@
     - netrwPlugin.vim-bwipe.diff:
       + Do a full refresh of NetRW since the functionality is spread out among
         multiple files.
-
- -- James Vega <jamessan at debian.org>  Wed, 23 Jan 2008 15:05:09 -0500
+    - python.vim-ftplugin_include.diff:
+      + Fix an unescaped backslash so the option correctly matches whitespace
+        instead of the letter s.
+  * Removed patches:
+    - patches/ruby.vim-ftplugin_ri.diff:
+      + The ruby.vim in 7.1 already handles what the feature the patch was
+        adding.  (Closes: #462418)
+
+ -- James Vega <jamessan at debian.org>  Thu, 24 Jan 2008 14:59:18 -0500
 
 vim (1:7.1-231+1) unstable; urgency=low
 

Modified: trunk/packages/vim/patches/python.vim-ftplugin_include.diff
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/python.vim-ftplugin_include.diff?rev=1170&op=diff
==============================================================================
--- trunk/packages/vim/patches/python.vim-ftplugin_include.diff (original)
+++ trunk/packages/vim/patches/python.vim-ftplugin_include.diff Thu Jan 24 20:04:27 2008
@@ -7,7 +7,7 @@
  setlocal cinkeys-=0#
  setlocal indentkeys-=0#
 -setlocal include=\s*\\(from\\\|import\\)
-+setlocal include=^\s*\\(from\\\|import\\)
++setlocal include=^\\s*\\(from\\\|import\\)
  setlocal includeexpr=substitute(v:fname,'\\.','/','g')
  setlocal suffixesadd=.py
  setlocal comments-=:%

Modified: trunk/packages/vim/patches/series
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/patches/series?rev=1170&op=diff
==============================================================================
--- trunk/packages/vim/patches/series (original)
+++ trunk/packages/vim/patches/series Thu Jan 24 20:04:27 2008
@@ -5,7 +5,6 @@
 scripts.vim.diff -p0
 filetype.vim-better_tex_vs_plaintex.diff -p0
 perl.vim-ftplugin_perldoc.diff -p0
-ruby.vim-ftplugin_ri.diff -p0
 python.vim-ftplugin_pydoc.diff -p0
 dosini.vim-hash_comment.diff -p0
 changelog.vim-date_end_entry.diff -p0




More information about the pkg-vim-maintainers mailing list