Your message dated Wed, 27 Feb 2008 18:02:09 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#467057: fixed in vim 1:7.1-266+1 has caused the Debian Bug report #467057, regarding /etc/vim/vimrc: Sample "jump to last position" does not work if 'g' remapped 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.) -- 467057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467057 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: vim-common Version: 1:7.1-241+1 Severity: minor File: /etc/vim/vimrc In Debian's /etc/vim/vimrc the following example appears: " Uncomment the following to have Vim jump to the last position when " reopening a file "if has("autocmd") " au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") " \| exe "normal g'\"" | endif "endif If the 'g' key has been remapped, this will not work correctly. It should read: "if has("autocmd") " au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") " \| exe "normal! g'\"" | endif "endif Note the exclamation mark after "normal". Thanks! -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores) Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages vim-common depends on: ii libc6 2.7-6 GNU C Library: Shared libraries Versions of packages vim-common recommends: ii vim 1:7.1-241+1 Vi IMproved - enhanced vi editor ii vim-gtk 1:7.1-241+1 Vi IMproved - enhanced vi editor - -- no debconf information
--- End Message ---
--- Begin Message ---Source: vim Source-Version: 1:7.1-266+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-266+1_i386.deb to pool/main/v/vim/vim-common_7.1-266+1_i386.deb vim-dbg_7.1-266+1_i386.deb to pool/main/v/vim/vim-dbg_7.1-266+1_i386.deb vim-doc_7.1-266+1_all.deb to pool/main/v/vim/vim-doc_7.1-266+1_all.deb vim-full_7.1-266+1_all.deb to pool/main/v/vim/vim-full_7.1-266+1_all.deb vim-gnome_7.1-266+1_i386.deb to pool/main/v/vim/vim-gnome_7.1-266+1_i386.deb vim-gtk_7.1-266+1_i386.deb to pool/main/v/vim/vim-gtk_7.1-266+1_i386.deb vim-gui-common_7.1-266+1_all.deb to pool/main/v/vim/vim-gui-common_7.1-266+1_all.deb vim-lesstif_7.1-266+1_i386.deb to pool/main/v/vim/vim-lesstif_7.1-266+1_i386.deb vim-nox_7.1-266+1_i386.deb to pool/main/v/vim/vim-nox_7.1-266+1_i386.deb vim-perl_7.1-266+1_all.deb to pool/main/v/vim/vim-perl_7.1-266+1_all.deb vim-python_7.1-266+1_all.deb to pool/main/v/vim/vim-python_7.1-266+1_all.deb vim-ruby_7.1-266+1_all.deb to pool/main/v/vim/vim-ruby_7.1-266+1_all.deb vim-runtime_7.1-266+1_all.deb to pool/main/v/vim/vim-runtime_7.1-266+1_all.deb vim-tcl_7.1-266+1_all.deb to pool/main/v/vim/vim-tcl_7.1-266+1_all.deb vim-tiny_7.1-266+1_i386.deb to pool/main/v/vim/vim-tiny_7.1-266+1_i386.deb vim_7.1-266+1.diff.gz to pool/main/v/vim/vim_7.1-266+1.diff.gz vim_7.1-266+1.dsc to pool/main/v/vim/vim_7.1-266+1.dsc vim_7.1-266+1_i386.deb to pool/main/v/vim/vim_7.1-266+1_i386.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 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: Wed, 27 Feb 2008 12:12:26 -0500 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-266+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: 447714 465163 465912 466338 466789 467057 Changes: vim (1:7.1-266+1) unstable; urgency=low . [ James Vega ] * New upstream patches (246 - 266), see README.gz for details. - 7.1.265 fixes an infinite loop when <Space> is included in 'isfname' and the user tries to complete a filename. (Closes: #465163) - 7.1.266 fixes an issue where Vim would stop parsing a terminal response early, causing the rest of the response to be interpreted as key presses from the user. (Closes: #466789) * debian/control: - Build-Depend on tcl-dev instead of tcl8.4-dev per Tcl/Tk policy. * Added patches: - make.vim-syntax.diff: + Add recognition of more function names. (Closes: #465912) * Removed patches: - configure-tcl_detection.diff: + Accepted upstream and merged as 7.1.257 * Add debian/watch file. * debian/rules: - Add a get-orig-source target. . [ martin f. krafft ] * add Tim Pope's vim-git integration (v1.1, commit a53cabb) to vim-runtime. . [ James Vega ] * Correct a typo in /etc/vim/vimrc's (Closes: #467057) and eval.txt's (via new last-position-jump.diff patch) 'last-position-jump' code snippet which would cause it to fail if the g key were remapped. * runtime/syntax/debcontrol.vim: - Ignore case for control file keys - Match case for control file values - Improve syntax matching for Vcs-Svn, Vcs-Git, and Vcs-Cvs field values. - Match URLs for Vcs-Arch, Vcs-Bzr, Vcs-Darcs, Vcs-Hg. - Recognize more fields as multi-line. - Use the 'keepend' qualifier for the Vcs-* syntax regions to prevent mishighlighting of debcontrolHTTPUrl matches. (Closes: #466338) * debian/control: - Add "Provides: vim" to all vim variant packages. (Closes: #447714) Files: 579bd0d450f5ef0bc5271b40ef51a331 1296 editors optional vim_7.1-266+1.dsc 412ca1bcaf2a01ddabdeb9f330deb41b 608508 editors optional vim_7.1-266+1.diff.gz 240aa89a1948460237d2fba354f1fd59 158016 editors optional vim-gui-common_7.1-266+1_all.deb 72f218b552f24b4a6a105cd77f39c60a 5651126 editors optional vim-runtime_7.1-266+1_all.deb 1f6a91cab2c9825c9db1383042a6c45e 2136294 doc optional vim-doc_7.1-266+1_all.deb 7b94853edf1062aab9c00c2087bcb132 73000 editors extra vim-perl_7.1-266+1_all.deb 81bc94c2691151ad5e940563dcf40a22 73006 editors extra vim-python_7.1-266+1_all.deb b8cc860d142b335f1ac5de3fd3cf2cd3 73000 editors extra vim-ruby_7.1-266+1_all.deb 7c10b410c36c45e7cee3b74d92ffac86 73002 editors extra vim-tcl_7.1-266+1_all.deb 80efeb4e915908f4491209325e62d4b8 73020 editors extra vim-full_7.1-266+1_all.deb 10e0c33abc739d442e130b6f700c4b8e 319482 editors important vim-tiny_7.1-266+1_i386.deb 2c1f572a9b94b5c53e0f7ccf6875426b 962802 editors extra vim-gtk_7.1-266+1_i386.deb ff8c5797db974b148ffbb808ffb0e44c 965266 editors extra vim-gnome_7.1-266+1_i386.deb fe7d455b7d5a7d364f598c4388159ac8 956458 editors extra vim-lesstif_7.1-266+1_i386.deb f693cde17bb37ad89dd926fe298cfae8 835138 editors extra vim-nox_7.1-266+1_i386.deb 880e4c99d92deedb5b6c49f7967f8ff6 203766 editors important vim-common_7.1-266+1_i386.deb 656761b94fe605a8646e0444adc5ea8e 745494 editors optional vim_7.1-266+1_i386.deb 1564aa3d2e9717259106fb2783ed878e 8087626 editors extra vim-dbg_7.1-266+1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iEYEARECAAYFAkfFn8cACgkQDb3UpmEybUAA+gCeIhEDQgcNHnEMKg23rHzNGN3o Ur4AnjM/WyuW8/UjrNW8Uz0CacWBiXpN =ji0g -----END PGP SIGNATURE-----
--- End Message ---

