Your message dated Sun, 20 Apr 2008 15:17:08 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#465330: fixed in vim-scripts 7.1.7 has caused the Debian Bug report #465330, regarding vim-scripts: xml.vim only works for first buffer with ft=xml to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 465330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465330 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: vim-scripts Version: 7.1.5 Severity: normal If you have enabled xml.vim from vim-scripts (overriding the xml.vim from vim-runtime), and you load several buffers with filetype xml, the mappings are only loaded for the first xml buffer. I checked the source for 7.1.6 and xml.vim did not change, so this affects both versions. A possible fix is to change the code at the top from this: " Only do this when not done yet for this buffer if exists("b:did_ftplugin") || exists("loaded_xml_ftplugin") finish endif let b:did_ftplugin = 1 let loaded_xml_ftplugin = 1 To something like this: if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 " (copy buffer-local stuff from the bottom of the script to here) if exists("loaded_xml_ftplugin") finish endif let loaded_xml_ftplugin = 1 ...Marvin -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.20 (PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash vim-scripts depends on no packages. Versions of packages vim-scripts recommends: ii vim 1:7.1-241+1 Vi IMproved - enhanced vi editor ii vim-addon-manager 0.4 manager of addons for the Vim edit ii vim-gtk [gvim] 1:7.1-241+1 Vi IMproved - enhanced vi editor - -- no debconf information
--- End Message ---
--- Begin Message ---Source: vim-scripts Source-Version: 7.1.7 We believe that the bug you reported is fixed in the latest version of vim-scripts, which is due to be installed in the Debian FTP archive: vim-scripts_7.1.7.dsc to pool/main/v/vim-scripts/vim-scripts_7.1.7.dsc vim-scripts_7.1.7.tar.gz to pool/main/v/vim-scripts/vim-scripts_7.1.7.tar.gz vim-scripts_7.1.7_all.deb to pool/main/v/vim-scripts/vim-scripts_7.1.7_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. James Vega <[EMAIL PROTECTED]> (supplier of updated vim-scripts package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sun, 20 Apr 2008 10:55:00 -0400 Source: vim-scripts Binary: vim-scripts Architecture: source all Version: 7.1.7 Distribution: unstable Urgency: low Maintainer: [EMAIL PROTECTED] Changed-By: James Vega <[EMAIL PROTECTED]> Description: vim-scripts - plugins for vim, adding bells and whistles Closes: 465330 471890 473744 474599 Changes: vim-scripts (7.1.7) unstable; urgency=low . * debian/control: - Update Standards-Version to 3.7.3.0 (no changes needed). * Updated addons: - xmledit, surround, debPlugin, Markdown syntax, NERD Commenter, Enhanced Commentify, vcscommand, calendar. * New addons: - DetectIndent: Automatically detect indent settings. (Closes: #471890) - snippetsEmu: Emulate TextMate's snippet expansion. (Closes: #473744) * Added patches: - 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. (Closes: #465330) - patches/lbdbq-inputlist.dpatch: + Correct the use of inputlist() and its results so the user is able to press <Enter> to cancel, as advertised. (Closes: #474599) * Change doc-base section to Editors. Checksums-Sha1: 2eab42ee85a9543ee6f61ab865526f4d729efb5d 1114 vim-scripts_7.1.7.dsc 6d2eb30ad810035c5e2080abf0d6fb62ec57ef87 726208 vim-scripts_7.1.7.tar.gz a1ccc5c46fc5236dbb16f780a4c15e340a9ae01d 736740 vim-scripts_7.1.7_all.deb Checksums-Sha256: b64213da8a91408fe417d32b8f2776ad65de06f2cc5f78f08517a13d24c2d299 1114 vim-scripts_7.1.7.dsc 89892ee1a80830dfea687f7ce525973c0b2b5bb210274cfc0f8c3baa8320e6f2 726208 vim-scripts_7.1.7.tar.gz 1e726bc3eb0b400fe84c5dd383151087ef4b5bb2dcf78a1a4b94dc23d346bc18 736740 vim-scripts_7.1.7_all.deb Files: 218d285c428f66b96a51f05c4dfb9393 1114 editors optional vim-scripts_7.1.7.dsc 78f79c9926ed710e3c2806b6b4785035 726208 editors optional vim-scripts_7.1.7.tar.gz de2d068c5176beceff34fd26ab2b217b 736740 editors optional vim-scripts_7.1.7_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iEYEARECAAYFAkgLXHoACgkQDb3UpmEybUD8IACeM8UVC2tl7OiY359Sf8BCLA3O sS0AoIZpuSWCzpEsK/vnBVZixwJ+0r5t =DOgV -----END PGP SIGNATURE-----
--- End Message ---

