-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Labels
bug
Something isn't working
Comments
Could you try if |
Yes, it works. Thank you. |
No. I'll fix the issue on Neovim while |
lambdalisue
added a commit
that referenced
this issue
Sep 30, 2021
lambdalisue
added a commit
that referenced
this issue
Sep 30, 2021
lambdalisue
added a commit
that referenced
this issue
Sep 30, 2021
lambdalisue
added a commit
that referenced
this issue
Oct 5, 2021
lambdalisue
added a commit
that referenced
this issue
Oct 5, 2021
👍 Add `g:denops#server#restart_delay` to avoid #136
This was referenced Jul 2, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Env
nvim
NVIM v0.5.0
v1.10.1
to latest (v2.0.0
)Repro
denops.vim
.nvim +"autocmd VimEnter * qa!"
Expect
nvim
finishes.Actual
nvim
was stuck.and I should stop this by hitting
CTRL-C
.More
I confirmed it's come from
call denops#server#start()
The text was updated successfully, but these errors were encountered: