Your message dated Tue, 24 Jul 2007 09:02:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#430105: fixed in vim-scripts 7.1.3 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: vim-scripts Version: 7.1.1 Severity: wishlist File: /usr/share/vim-scripts/ftplugin/git.vim Tags: patch Thanks for including git.vim. Unless one specifies g:git_diff_spawn_mode in the user configuration file, the plugin causes an error message about an undefined variable on vim startup during a git commit. I thus suggest to apply the following patch, which simply assumes a default value. Thanks, diff -u /usr/share/vim-scripts/ftplugin/git.vim /tmp/git.vim --- /usr/share/vim-scripts/ftplugin/git.vim 2007-06-21 16:28:39.000000000 +0100 +++ /tmp/git.vim 2007-06-22 12:32:12.000000000 +0100 @@ -76,6 +76,10 @@ noremap <buffer> <Leader>ghd :call Git_diff_windows(0, 0)<cr> noremap <buffer> <Leader>gvd :call Git_diff_windows(1, 0)<cr> +if !exists("g:git_diff_spawn_mode") + let g:git_diff_spawn_mode = 2 +endif + if g:git_diff_spawn_mode == 1 call Git_diff_windows(0, 1) elseif g:git_diff_spawn_mode == 2 -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core) Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash vim-scripts depends on no packages. Versions of packages vim-scripts recommends: ii vim-gtk [gvim] 1:7.1-000+1 Vi IMproved - enhanced vi editor - -- debconf-show failed -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, author, administrator, and user `. `'` http://people.debian.org/~madduck - http://debiansystem.info `- Debian - when you have better things to do than fixing systems
signature.asc
Description: Digital signature (GPG/PGP)
--- End Message ---
--- Begin Message ---Source: vim-scripts Source-Version: 7.1.3 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.3.dsc to pool/main/v/vim-scripts/vim-scripts_7.1.3.dsc vim-scripts_7.1.3.tar.gz to pool/main/v/vim-scripts/vim-scripts_7.1.3.tar.gz vim-scripts_7.1.3_all.deb to pool/main/v/vim-scripts/vim-scripts_7.1.3_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. Stefano Zacchiroli <[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.7 Date: Tue, 24 Jul 2007 09:45:10 +0200 Source: vim-scripts Binary: vim-scripts Architecture: source all Version: 7.1.3 Distribution: unstable Urgency: low Maintainer: Debian VIM Maintainers <[EMAIL PROTECTED]> Changed-By: Stefano Zacchiroli <[EMAIL PROTECTED]> Description: vim-scripts - plugins for vim, adding bells and whistles Closes: 430105 430685 431148 431820 433800 Changes: vim-scripts (7.1.3) unstable; urgency=low . * addons adds/removals/upgrades - upgraded: supertab (the version we used to ship was superseded by a new plugin, also register it as an addon which was missing) (Closes: #431148) - upgraded: bufexplorer, which now use ":drop" only if a gui is available (Closes: #433800) - upgraded: nerd-commenter (and renamed the addon, since upstream changed the .vim filename to NERD_commenter.vim). Added a debian/NEWS entry about some changes in this new upstream version - added: lbdbq (Closes: #430685) ... which now quotes expanded names to avoid dangerous characters like commas (Closes: #431820) * debian/patches/ - add disabledby-supertab, enables blacklisting of supertab - add git-defaults, provides a default for g:git_diff_spawn_mode to avoid git ftplugin complain, patch from Martin Krafft (Closes: #430105) Files: bcd83a74a4d9862418b0f47611b38613 804 editors optional vim-scripts_7.1.3.dsc c067f9ff2643ce13230d9cf276dbb96a 659846 editors optional vim-scripts_7.1.3.tar.gz 6423dd72a0edf191116e7cb11f3961e7 663264 editors optional vim-scripts_7.1.3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGpa5e1cqbBPLEI7wRAqPcAJ9+wWxmJlYciT9nLmo60uSgDEO3WQCfVkHK Mf82FnDtMDnK5LqkKOVUUls= =ptG4 -----END PGP SIGNATURE-----
--- End Message ---

