Re: [vim/vim] Many plugins failing with 9.2.0849 on Arch (Issue #20889)

jclsn (Vim Github Repository) <[email protected]> Fri, 31 Jul 2026 04:25:09 -0700
Newsgroups gmane.editors.vim.devel
Message-ID <vim/vim/issues/20889/[email protected]>
jclsn left a comment (vim/vim#20889)

I found the issue. I had this `autocmd` as workaround in my `.vimrc`, because Windows terminal for some reasons does still show the cursor from the shell in vim, without this. Not sure why this would cause the plugins to fail though.

```vim
" Fix cursor on entry for Windows terminal
autocmd BufEnter,BufReadPost,BufNew * startinsert | stopinsert   
```



-- 
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/issues/20889#issuecomment-5142332801
You are receiving this because you are subscribed to this thread.

Message ID: <vim/vim/issues/20889/[email protected]>

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/d/msgid/vim_dev/vim/vim/issues/20889/5142332801%40github.com.