Summary: | [vim7] vim-7.0_alpha20050201 segv in wildmenu | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Aaron Walker (RETIRED) <ka0ttic> |
Component: | Current packages | Assignee: | Vim Maintainers <vim> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Aaron Walker (RETIRED)
![]() err, that backtrace is actually from gvim, not vim, but I'm able to reproduce it in both. Mmm. WFM. Can you reproduce it with something like this? vim -u NONE +'set nocompatible' +'syntax on' +'filetype plugin on' +':so /usr/share/vim/vimfiles/plugin/vimbuddy.vim' +':set laststatus=2' +':set statusline=%{VimBuddy()}' Methinks this is a hashtables b0rkage, but I can't reproduce it so I can't figure out where. Hrm. Could you please try again with 20050809 and reopen if it's still a problem? I can't reproduce this one. |