Skip to content

Bug: nvim +"autocmd VimEnter * qa!" would be stuck. #136

@LumaKernel

Description

@LumaKernel

Env

  • vim/nvim: nvim
  • vim/nvim --version: NVIM v0.5.0
  • platform: WSL2 Ubuntu20.04
  • denops.vim version: from v1.10.1 to latest ( v2.0.0 )

Repro

  1. 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()
  1. 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.

image

More

I confirmed it's come from call denops#server#start()

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions