Closed 66RING closed 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:
<c-n>/<c-p>
" a.vim echo func<completion and then crash>
it's issue of neovim or coc, update coc or neovim.
Fixed in the latest neovim
Crash(core dumped) while using the complement
OS: arch linux 5.9.8-arch1-1 vim-version:
minimum vimrc:
write some vimscript as follow, press
<c-n>/<c-p>
to move aroud, and then crash: