Your message dated Sun, 30 Mar 2008 21:32:24 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#468924: fixed in vim 1:7.1.285-1 has caused the Debian Bug report #468924, regarding vim: add TP, HP, Pp, Lp, and Li to paragraphs 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.) -- 468924: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468924 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: vim Version: 1:7.1-266+1 Severity: wishlist *'paragraphs'* *'para'* 'paragraphs' 'para' string (default "IPLPPPQPP LIpplpipbp") global Specifies the nroff macros that separate paragraphs. These are pairs of two letters (see |object-motions|). Could you add TP and HP to this, please? As documented in groff_man(7), these introduce various kinds of indented paragraphs. Furthermore, I think it would make sense to add a couple of items here to support manual pages that use the mdoc macro set (see groff_mdoc(7)). Based on the paragraph separators used for the man macro set, I think adding Pp (paragraph), Lp (alternative name for Pp) and It (list item) would make sense. Thanks, -- Colin Watson [EMAIL PROTECTED]
--- End Message ---
--- Begin Message ---Source: vim Source-Version: 1:7.1.285-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.285-1_i386.deb to pool/main/v/vim/vim-common_7.1.285-1_i386.deb vim-dbg_7.1.285-1_i386.deb to pool/main/v/vim/vim-dbg_7.1.285-1_i386.deb vim-doc_7.1.285-1_all.deb to pool/main/v/vim/vim-doc_7.1.285-1_all.deb vim-full_7.1.285-1_all.deb to pool/main/v/vim/vim-full_7.1.285-1_all.deb vim-gnome_7.1.285-1_i386.deb to pool/main/v/vim/vim-gnome_7.1.285-1_i386.deb vim-gtk_7.1.285-1_i386.deb to pool/main/v/vim/vim-gtk_7.1.285-1_i386.deb vim-gui-common_7.1.285-1_all.deb to pool/main/v/vim/vim-gui-common_7.1.285-1_all.deb vim-lesstif_7.1.285-1_i386.deb to pool/main/v/vim/vim-lesstif_7.1.285-1_i386.deb vim-nox_7.1.285-1_i386.deb to pool/main/v/vim/vim-nox_7.1.285-1_i386.deb vim-perl_7.1.285-1_all.deb to pool/main/v/vim/vim-perl_7.1.285-1_all.deb vim-python_7.1.285-1_all.deb to pool/main/v/vim/vim-python_7.1.285-1_all.deb vim-ruby_7.1.285-1_all.deb to pool/main/v/vim/vim-ruby_7.1.285-1_all.deb vim-runtime_7.1.285-1_all.deb to pool/main/v/vim/vim-runtime_7.1.285-1_all.deb vim-tcl_7.1.285-1_all.deb to pool/main/v/vim/vim-tcl_7.1.285-1_all.deb vim-tiny_7.1.285-1_i386.deb to pool/main/v/vim/vim-tiny_7.1.285-1_i386.deb vim_7.1.285-1.diff.gz to pool/main/v/vim/vim_7.1.285-1.diff.gz vim_7.1.285-1.dsc to pool/main/v/vim/vim_7.1.285-1.dsc vim_7.1.285-1_i386.deb to pool/main/v/vim/vim_7.1.285-1_i386.deb vim_7.1.285.orig.tar.gz to pool/main/v/vim/vim_7.1.285.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: Sun, 30 Mar 2008 12:39:51 -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.285-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: 421314 468366 468924 471556 472201 472375 472522 Changes: vim (1:7.1.285-1) unstable; urgency=low . * Repack upstream tarball so we're no longer using tarball(s)-in-tarball. * New upstream patches (267 - 285), see README.gz for details. - 7.1.277 adds recognition of a few extra groff macros (TP, HP, Pp, Lp, and It) in the default 'paragraphs' option. (Closes: #468924) * Updated runtime files: - syntax/sh.vim: + No longer mishighlight parenthetical expressions inside arithmetic expansions. (Closes: #468366) - syntax/debcontrol.vim: + Fix syntax highlighting for Vcs-Svn field to accept svn+ssh and remove the leading "svn+" from http URLs. (Closes: #472201) - syntax/debsource.vim: + Add lenny as a recognized distribution. + Add debtorrent, ssh, rsh, cdrom, and copy URIs. (Closes: #471556) - filetype.vim + Add .dpkg-{old,dist} to the list of extensions which are ignored when determining filetype. (Closes: #421314) + Recognize /etc/cron.d/* as crontab filetype. (Closes: #472375) - Change the debchangelog and debcontrol ftplugins to require enabling of folding instead of folding by default. * Make debian/tiny/vimrc.tiny.diff a proper patch that is always applied and update it to only be enabled when TINY_VIMRC is defined. * debian/rules: - Remove the special-case targets for vim-tiny and add -DTINY_VIMRC to the CFLAGS used when building vim-tiny. - Cleanup dead/useless code from the makefile. - Restrict 'make test' from running unless build and host types are the same. - Allow vim-gnome to build on non-linux-gnu systems. - Only enable gpm on linux-gnu systems. - Automatically specify the Vim version when generating helpztags.1. - Add .NOTPARALLEL target. - Only run 'make distclean' if configure has already been run. - Remove patch, unpatch, extract targets/prerequisites now that the upstream source is directly unpacked in the tarball. - Simplify get-orig-source so there's only one set of commands that are run regardless of whether it's a normal or snapshot release. * debian/control: - Remove the [!hurd-i386] qualifier from libgnomeui-dev Build-Depend. - Remove quilt from Build-Depends. - Change Vcs-* fields to point at the git repo. * Adjust 'modeline' help to indicate that Debian defaults it to off. * Update README.Debian and FAQ to reflect the deviation from upstream's 'modeline' default. (Closes: #472522) * Remove NEWS entries relevant to stable or earlier releases. Files: 668bb3a14148b59e595ca85e77c9967c 1256 editors optional vim_7.1.285-1.dsc f555f527065787b4ef217ca3e0572bd0 10271462 editors optional vim_7.1.285.orig.tar.gz 6e85ef19ae42c0cecd6833d20582f505 335572 editors optional vim_7.1.285-1.diff.gz e99e54823e962e85ab0a5a34fa806e37 173062 editors optional vim-gui-common_7.1.285-1_all.deb e8d071130355cf7e7c39529958c264f0 5541980 editors optional vim-runtime_7.1.285-1_all.deb de8483b1f6711ccda47709fd2542e794 2140278 doc optional vim-doc_7.1.285-1_all.deb b80c5da4e5181162a6e9ed58b7da2d48 72402 editors extra vim-perl_7.1.285-1_all.deb a2b02da24dddfa6a08e026d8d40464aa 72404 editors extra vim-python_7.1.285-1_all.deb c2437aa34715a4ce749664e97584c5f9 72402 editors extra vim-ruby_7.1.285-1_all.deb 955316caefbbb96f13f1c2bc76abe3cd 72402 editors extra vim-tcl_7.1.285-1_all.deb 06b4b6514a4968f039ec5f8f614ce955 72420 editors extra vim-full_7.1.285-1_all.deb 8d191c7135e988839245ca33fc379f32 319520 editors important vim-tiny_7.1.285-1_i386.deb 7553b43a2c72eb4afb9c18d0ce804ab7 963312 editors extra vim-gtk_7.1.285-1_i386.deb 181b5314b5a4fb5e7be17ad7fe2494f1 965570 editors extra vim-gnome_7.1.285-1_i386.deb 9eb4c6a066a65592675e0c094b35103c 956888 editors extra vim-lesstif_7.1.285-1_i386.deb 448e65092d5c5725de6c8e0b4ba2903d 835418 editors extra vim-nox_7.1.285-1_i386.deb a028c826de74fed809f1d7e00cb19c34 226772 editors important vim-common_7.1.285-1_i386.deb f38d80e4d74ed191bd6738637a520c1b 745920 editors optional vim_7.1.285-1_i386.deb a7e3d29d9b525fef7242499b19e8d694 8108674 editors extra vim-dbg_7.1.285-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iEYEARECAAYFAkfwAh4ACgkQDb3UpmEybUCy5gCgk+zvZTWorbe6qwVjoFJtQFTu AgcAn2WHjxglsj8wyf19kJJm3/aojIHH =yXIO -----END PGP SIGNATURE-----
--- End Message ---

