Ticket #5 (closed defect: fixed)
_? in gvim always calls IDoc("...", -1)
| Reported by: | MSch | Owned by: | claus |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ftplugin/haskell_doc.vim | Version: | 20090407 |
| Keywords: | Cc: |
Description
I fixed the bug by changing line 520 of haskell_doc.vim from
let i = index(keylist,key)
to
let i = index(keys,key)
Change History
Note: See
TracTickets for help on using
tickets.
