zeavim.vim icon indicating copy to clipboard operation
zeavim.vim copied to clipboard

Zeal for Vim

Results 3 zeavim.vim issues
Sort by recently updated
recently updated
newest added

1, for example in `function! s:GetDocset(file, ext, ft)`: `l:t` file is 'sh_foo_.py' `l:k` key is 'sh' then `if match(a:{l:t}, l:k) ==# 0` was accidently matched .. but 'sh_foo_.py' is a...

It may be interesting to use `dash-plugin://` protocol by default and execute zeal's binary only if the option `g:zv_zeal_executable` is not empty (For the ones using a portable version for...

question

This change replaces the usage of wmctrl with the the official feature to prevent stealing the focus after a search: https://github.com/zealdocs/zeal/issues/448