r1205 - in /trunk/packages/vim-scripts/debian: changelog patches/disabledby-xml.dpatch

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Wed Feb 13 19:29:04 UTC 2008


Author: jamessan
Date: Wed Feb 13 19:29:04 2008
New Revision: 1205

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=1205
Log:
* patches/disabledby-xml.dpatch:
  - Do not let loaded_xml_ftplugin since that will prevent the ftplugin from
    being run in other buffers.  Thanks to Marvin Renich for the patch fix.
    (Closes: #465330)

Modified:
    trunk/packages/vim-scripts/debian/changelog
    trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch

Modified: trunk/packages/vim-scripts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/changelog?rev=1205&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/changelog (original)
+++ trunk/packages/vim-scripts/debian/changelog Wed Feb 13 19:29:04 2008
@@ -2,6 +2,10 @@
 
   * debian/control:
     - Update Standards-Version to 3.7.3.0 (no changes needed).
+  * patches/disabledby-xml.dpatch:
+    - Do not let loaded_xml_ftplugin since that will prevent the ftplugin from
+      being run in other buffers.  Thanks to Marvin Renich for the patch fix.
+      (Closes: #465330)
 
  -- James Vega <jamessan at debian.org>  Tue, 05 Feb 2008 17:06:54 -0500
 

Modified: trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch?rev=1205&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch (original)
+++ trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch Wed Feb 13 19:29:04 2008
@@ -8,7 +8,7 @@
 diff -urNad vim-scripts~/ftplugin/xml.vim vim-scripts/ftplugin/xml.vim
 --- vim-scripts~/ftplugin/xml.vim	2007-01-17 16:05:03.000000000 +0100
 +++ vim-scripts/ftplugin/xml.vim	2007-01-27 09:48:34.000000000 +0100
-@@ -40,10 +40,11 @@
+@@ -40,7 +40,7 @@
  "==============================================================================
  
  " Only do this when not done yet for this buffer
@@ -17,7 +17,3 @@
    finish
  endif
  let b:did_ftplugin = 1
-+let loaded_xml_ftplugin = 1
- 
- " WrapTag -> Places an XML tag around a visual selection.            {{{1
- " Brad Phelan: Wrap the argument in an XML tag




More information about the pkg-vim-maintainers mailing list