-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Env
- vim/nvim:
nvim - vim/nvim --version:
NVIM v0.5.0 - platform: WSL2 Ubuntu20.04
- denops.vim version: from
v1.10.1to latest (v2.0.0)
Repro
- Just install
denops.vim.
" Install vim-plug
" let &rtp .= ',' . expand('<sfile>:h')
call plug#begin(expand('<sfile>:h/plugged'))
Plug 'vim-denops/denops.vim'
call plug#end()nvim +"autocmd VimEnter * qa!"
Expect
nvim finishes.
Actual
nvim was stuck.
[denops] Server stopped (143). Restarting...
and I should stop this by hitting CTRL-C.
More
I confirmed it's come from call denops#server#start()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
