Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Reportbug-Version: 3.39
X-Debbugs-Cc: [EMAIL PROTECTED]
Package: vim
Version: 1:7.1.285-1
Severity: wishlist
Tags: patch
Please see the attached patch for better strace output file detection.
Thank you.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (600, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to de_AT.utf8)
Shell: /bin/sh linked to /bin/bash
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/scripts.vim-orig 2008-02-27 18:31:48.000000000 +0100
+++ /usr/share/vim/vim71/scripts.vim 2008-03-26 20:34:13.000000000 +0100
@@ -271,7 +271,7 @@
set ft=virata
" Strace
- elseif s:line1 =~ '^[0-9]* *execve(' || s:line1 =~ '^__libc_start_main'
+ elseif s:line1 =~ '^\(\[pid \d\+\] \)\?[0-9:.]* *execve(' || s:line1 =~ '^__libc_start_main'
set ft=strace
" VSE JCL