thinca / vim-ref

Integrated reference viewer.
204 stars 39 forks source link

ref window doesn't work with perldoc after recent change #53

Closed y closed 9 years ago

y commented 9 years ago

This change here has broken ref for me: https://github.com/thinca/vim-ref/commit/5a25164eca2f71804b5081bf5a0b7466cf822e0c#diff-41bcadaad03c91619bb7496381524a94L50

Before the change (and now after reverting that changed line) 'K' would open perldoc in a new window, after the change vim goes back to its default behavior of looking for a manpage , even though map K is still mapping to <Plug>(ref-keyword). I don't have any custom ref settings.

thinca commented 9 years ago

Thanks for bug report :smiley: I fixed. 7d019e8fe3e27dad9d1f49d7e43348b4b7992382 Please check.