thinca / vim-ref

Integrated reference viewer.
204 stars 39 forks source link

<Plug>(ref-keyword) does not respect g:ref_open in filetype=vim #61

Open tyru opened 8 years ago

tyru commented 8 years ago

I wrote

let g:ref_open = 'vsplit'

in vimrc. But K(<Plug>(ref-keyword)) in normal mode opens a buffer horizontally.