Your message dated Tue, 08 Apr 2008 09:17:30 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#473660: fixed in vim 1:7.1.291-1
has caused the Debian Bug report #473660,
regarding [vim-runtime] perl indentation does not work when folding of block is
enabled
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.)
--
473660: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473660
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: vim
Version: 1:7.1.285-1
Severity: normal
Tags: patch
The activation of bock folding in PERL (let perl_fold = 1 ) disable the
indentation in block folded. I attach a small patch to fix the problem.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.23.16-cfs-v24.1-ghost (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages vim depends on:
ii libacl1 2.2.45-1 Access control list shared library
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libgpmg1 1.20.3~pre3-3 General Purpose Mouse - shared lib
ii libncurses5 5.6+20080308-1 Shared libraries for terminal hand
ii vim-common 1:7.1.285-1 Vi IMproved - Common files
ii vim-runtime 1:7.1.285-1 Vi IMproved - Runtime files
vim recommends no packages.
-- no debconf information
--- /usr/share/vim/vim71/indent/perl.vim 2008-02-27 18:31:48.000000000
+0100
+++ perl.vim 2008-03-29 18:50:14.000000000 +0100
@@ -133,7 +133,7 @@
\ || synid == "perlMatchStartEnd"
\ || synid == "perlHereDoc"
\ || synid =~ "^perlFiledescStatement"
- \ || synid =~ '^perl\(Sub\|BEGINEND\|If\)Fold'
+ \ || synid =~ '^perl\(Sub\|BEGINEND\|Block\|If\)Fold'
let brace = strpart(line, bracepos, 1)
if brace == '(' || brace == '{'
let ind = ind + &sw
@@ -148,7 +148,7 @@
let synid = synIDattr(synID(v:lnum, bracepos, 0), "name")
if synid == ""
\ || synid == "perlMatchStartEnd"
- \ || synid =~ '^perl\(Sub\|BEGINEND\|If\)Fold'
+ \ || synid =~ '^perl\(Sub\|BEGINEND\|Block\|If\)Fold'
let ind = ind - &sw
endif
endif
--- End Message ---
--- Begin Message ---
Source: vim
Source-Version: 1:7.1.291-1
We believe that the bug you reported is fixed in the latest version of
vim, which is due to be installed in the Debian FTP archive:
vim-common_7.1.291-1_i386.deb
to pool/main/v/vim/vim-common_7.1.291-1_i386.deb
vim-dbg_7.1.291-1_i386.deb
to pool/main/v/vim/vim-dbg_7.1.291-1_i386.deb
vim-doc_7.1.291-1_all.deb
to pool/main/v/vim/vim-doc_7.1.291-1_all.deb
vim-full_7.1.291-1_all.deb
to pool/main/v/vim/vim-full_7.1.291-1_all.deb
vim-gnome_7.1.291-1_i386.deb
to pool/main/v/vim/vim-gnome_7.1.291-1_i386.deb
vim-gtk_7.1.291-1_i386.deb
to pool/main/v/vim/vim-gtk_7.1.291-1_i386.deb
vim-gui-common_7.1.291-1_all.deb
to pool/main/v/vim/vim-gui-common_7.1.291-1_all.deb
vim-lesstif_7.1.291-1_i386.deb
to pool/main/v/vim/vim-lesstif_7.1.291-1_i386.deb
vim-nox_7.1.291-1_i386.deb
to pool/main/v/vim/vim-nox_7.1.291-1_i386.deb
vim-perl_7.1.291-1_all.deb
to pool/main/v/vim/vim-perl_7.1.291-1_all.deb
vim-python_7.1.291-1_all.deb
to pool/main/v/vim/vim-python_7.1.291-1_all.deb
vim-ruby_7.1.291-1_all.deb
to pool/main/v/vim/vim-ruby_7.1.291-1_all.deb
vim-runtime_7.1.291-1_all.deb
to pool/main/v/vim/vim-runtime_7.1.291-1_all.deb
vim-tcl_7.1.291-1_all.deb
to pool/main/v/vim/vim-tcl_7.1.291-1_all.deb
vim-tiny_7.1.291-1_i386.deb
to pool/main/v/vim/vim-tiny_7.1.291-1_i386.deb
vim_7.1.291-1.diff.gz
to pool/main/v/vim/vim_7.1.291-1.diff.gz
vim_7.1.291-1.dsc
to pool/main/v/vim/vim_7.1.291-1.dsc
vim_7.1.291-1_i386.deb
to pool/main/v/vim/vim_7.1.291-1_i386.deb
vim_7.1.291.orig.tar.gz
to pool/main/v/vim/vim_7.1.291.orig.tar.gz
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 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, 08 Apr 2008 02:24:11 -0400
Source: vim
Binary: vim-common vim-gui-common vim-runtime vim-doc vim-tiny vim vim-dbg
vim-perl vim-python vim-ruby vim-tcl vim-gtk vim-nox vim-lesstif vim-gnome
vim-full
Architecture: source all i386
Version: 1:7.1.291-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: James Vega <[EMAIL PROTECTED]>
Description:
vim - Vi IMproved - enhanced vi editor
vim-common - Vi IMproved - Common files
vim-dbg - Vi IMproved - enhanced vi editor (debugging symbols)
vim-doc - Vi IMproved - HTML documentation
vim-full - Vi IMproved - enhanced vi editor (transitional package)
vim-gnome - Vi IMproved - enhanced vi editor - with GNOME2 GUI
vim-gtk - Vi IMproved - enhanced vi editor - with GTK2 GUI
vim-gui-common - Vi IMproved - Common GUI files
vim-lesstif - Vi IMproved - enhanced vi editor - with LessTif GUI
vim-nox - Vi IMproved - enhanced vi editor
vim-perl - Vi IMproved - enhanced vi editor (transitional package)
vim-python - Vi IMproved - enhanced vi editor (transitional package)
vim-ruby - Vi IMproved - enhanced vi editor (transitional package)
vim-runtime - Vi IMproved - Runtime files
vim-tcl - Vi IMproved - enhanced vi editor (transitional package)
vim-tiny - Vi IMproved - enhanced vi editor - compact version
Closes: 473660 474102
Changes:
vim (1:7.1.291-1) unstable; urgency=low
.
* Lintian cleanups
- Change doc-base section to Editors.
- Remove Encoding key from desktop entry.
* New upstream patches (286 - 291), see README.gz for details.
* Add SELinux support (Closes: #474102)
- Vim patch taken from Fedora's Vim packaging
- Thanks to Vaclav Ovsik for the patch to the Debian packaging.
* Fix indentation of Perl files when folding is enabled. Thanks to Gregory
Hainaut for the patch. (Closes: #473660)
* debian/control:
- Add libselinux1-dev and autoconf Build-Depends.
* debian/rules:
- Rule & dependency added for rebuilding src/auto/configure.
- Add update-orig target to prep a new upstream+patches orig.tar.gz for
release.
Files:
ef5dd78dbd77add86e30652069b71274 1283 editors optional vim_7.1.291-1.dsc
883fd265934d050d9f21d135a351f1c7 10271930 editors optional
vim_7.1.291.orig.tar.gz
1909f06e570fe86e1092a4ff1ca0dcff 337639 editors optional vim_7.1.291-1.diff.gz
9fbb92607ca96f584b377da47459349e 173336 editors optional
vim-gui-common_7.1.291-1_all.deb
dee3e8f2136d2ffa9462025539546529 5543138 editors optional
vim-runtime_7.1.291-1_all.deb
581f6667a7e43665c54da2d062331611 2140686 doc optional vim-doc_7.1.291-1_all.deb
eb270a8f1627141f159ad2963266b0cf 72666 editors extra vim-perl_7.1.291-1_all.deb
9b308590eada9a18f2d13e98e057b041 72672 editors extra
vim-python_7.1.291-1_all.deb
e44896aae36e75705bc8f685c1bc6a29 72672 editors extra vim-ruby_7.1.291-1_all.deb
ada2f585ef3942ce63d6196d20ff9dd6 72662 editors extra vim-tcl_7.1.291-1_all.deb
4b3a8a661445b204a47ba09ede49fc8f 72690 editors extra vim-full_7.1.291-1_all.deb
128879b5a1b21e96c4a339f7050db491 319834 editors important
vim-tiny_7.1.291-1_i386.deb
36baf5c8949ff9fe60232d913094bc69 963974 editors extra
vim-gtk_7.1.291-1_i386.deb
6ea7a422a20fbbabf409161bd7e3bb23 966068 editors extra
vim-gnome_7.1.291-1_i386.deb
758e8d3b025a0b003837b40b6df79bd2 957204 editors extra
vim-lesstif_7.1.291-1_i386.deb
ead47511161b5b3e244abd86b3f4332c 836326 editors extra
vim-nox_7.1.291-1_i386.deb
3d456650dfd27cca4dad6ae87728020d 227210 editors important
vim-common_7.1.291-1_i386.deb
27474c13006712d3c1ad9d676a43b2d5 746794 editors optional vim_7.1.291-1_i386.deb
e758ed663e182c2e0ac6dd0fbbf168b2 8109688 editors extra
vim-dbg_7.1.291-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iEYEARECAAYFAkf7L6EACgkQDb3UpmEybUDW/wCcCpRxd4GC8Yd97pRlQ1R+zn1k
8foAn3/DyipJWdeZ5YepkO1iztECrxZi
=bsI6
-----END PGP SIGNATURE-----
--- End Message ---