Package: vim Version: 1:6.4-007+1 Followup-For: Bug #347597 There is a missing `"' in the last position jump code in vimrc. The attatched patch addresses the issue.
-- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-amd64-k8-xpad Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages vim depends on: ii libc6 2.3.6-1 GNU C Library: Shared libraries an ii libgpmg1 1.19.6-21 General Purpose Mouse - shared lib ii libncurses5 5.5-1 Shared libraries for terminal hand ii vim-common 1:6.4-007+1 Vi IMproved - Common files ii vim-runtime 1:6.4-007+1 Vi IMproved - Runtime files vim recommends no packages. -- no debconf information
--- vimrc.dpkg-dist 2006-02-14 23:29:50.000000000 -0600 +++ vimrc 2006-02-14 23:30:13.000000000 -0600 @@ -54,7 +54,7 @@ " reopening a file " if has("autocmd") " au BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") -" \| exe normal g'\"" | endif +" \| exe "normal g'\"" | endif " endif " Set paper size from /etc/papersize if available (Debian-specific)