iamcco / coc-vimlsp

viml language server
216 stars 7 forks source link

Crash while using the complement #24

Closed 66RING closed 3 years ago

66RING commented 3 years ago

Crash(core dumped) while using the complement

OS: arch linux 5.9.8-arch1-1 vim-version:

NVIM v0.5.0-677-g59712f6db
Build type: RelWithDebInfo
LuaJIT 2.0.5

minimum vimrc:

set nocompatible
set runtimepath=$VIMRUNTIME

set runtimepath+=/home/ring/.config/nvim/dein/repos/github.com/neoclide/coc.nvim_release

write some vimscript as follow, press <c-n>/<c-p> to move aroud, and then crash:

" a.vim
echo func<completion and then crash>

vim_lsp_bug

iamcco commented 3 years ago

it's issue of neovim or coc, update coc or neovim.

66RING commented 3 years ago

Fixed in the latest neovim