r893 -
	/trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch
    zack at users.alioth.debian.org 
    zack at users.alioth.debian.org
       
    Mon Feb  5 00:40:52 CET 2007
    
    
  
Author: zack
Date: Mon Feb  5 00:40:52 2007
New Revision: 893
URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=893
Log:
fix: exists() should be passed a string containing the variable name to be checked for existence
Modified:
    trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch
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=893&op=diff
==============================================================================
--- trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch (original)
+++ trunk/packages/vim-scripts/debian/patches/disabledby-xml.dpatch Mon Feb  5 00:40:52 2007
@@ -13,7 +13,7 @@
  
  " Only do this when not done yet for this buffer
 -if exists("b:did_ftplugin")
-+if exists("b:did_ftplugin") || exists(loaded_xml_ftplugin)
++if exists("b:did_ftplugin") || exists("loaded_xml_ftplugin")
    finish
  endif
  let b:did_ftplugin = 1
    
    
More information about the pkg-vim-maintainers
mailing list