Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
LumaKernel opened this issue Sep 28, 2021 · 3 comments · Fixed by #138
Closed

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

LumaKernel opened this issue Sep 28, 2021 · 3 comments · Fixed by #138
Labels
bug Something isn't working

Comments

@LumaKernel
Copy link
Member

LumaKernel commented Sep 28, 2021

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

@LumaKernel LumaKernel added the bug Something isn't working label Sep 28, 2021
@lambdalisue
Copy link
Member

Could you try if nvim +"autocmd VimEnter * ++nested qa!" fix the behavior?

@LumaKernel
Copy link
Member Author

Yes, it works. Thank you.
Can I close this issue?

@lambdalisue
Copy link
Member

No. I'll fix the issue on Neovim while vim +"autocmd VimEnter * ++nested qa!" works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants