https://bugzilla.novell.com/show_bug.cgi?id=480897 Summary: vim keyword lookup is broken Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pbaudis@novell.com QAContact: qa@suse.de Found By: --- The 'K' functionality (basically "show manpage for identifier under cursor") is broken (quite a vital function for me when programming) - using the default vim settings: filetype=c modelines=0 ruler syntax=c ttymouse=xterm2 helplang=en readonly showmatch ttyfast backspace=indent,eol,start fileencoding=utf-8 fileencodings=ucs-bom,utf-8,default,latin1 with iskeyword being the default value, vim will for some reason feed the rest of the line after the identifier to the keywordprog as well:
x = printf("asdf");
pressing K on printf:
No manual entry for printf("asdf");
On Gentoo, vim 7.2 works fine with the same settings. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.