iamcco / coc-vimlsp

viml language server
212 stars 7 forks source link

unexpected error while using in vim #16

Closed GopherJ closed 4 years ago

GopherJ commented 4 years ago

K to show documentation of nvim stuff is fine in neovim, but it crashes in vim.

image

Can the error be better? Like not found or neovim only..

iamcco commented 4 years ago

It's not error of this extension.

chemzqm commented 4 years ago

It's expected behavior of vim's default :h command since that function exists only on neovim.