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

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

I found the time to bisect

```git
6ab1976e49135c0d03b06e3cddd26dc86edff085 is the first bad commit
commit 6ab1976e49135c0d03b06e3cddd26dc86edff085 (tag: v9.2.0827)
Author: Hirohito Higashi <[email protected]>
Date:   Wed Jul 22 09:23:31 2026 +0000

    patch 9.2.0827: :startinsert enters Insert mode in a non-modifiable buffer

    Problem:  ":startinsert" enters Insert mode in a buffer where
              'modifiable' is off, the error only appears when a character
              is typed.  Typing "i" gives the error right away (Barrett Ruth)
    Solution: Give the error when the buffer is not modifiable, like "i"
              does.  Keep ignoring the command in a terminal window, where
              ":startinsert" is documented to be ineffective, and keep
              accepting it when 'insertmode' is set, like "i" does
              (Hirohito Higashi).

    fixes:  #20804
    closes: #20806

    Signed-off-by: Hirohito Higashi <[email protected]>
    Signed-off-by: Christian Brabandt <[email protected]>

 src/ex_docmd.c            | 16 +++++++++++-----
 src/testdir/test_edit.vim | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/version.c             |  2 ++
 3 files changed, 66 insertions(+), 5 deletions(-)
```

Yeah, no idea how to debug it either. It is the only error that is shown. Could be anything, I know.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/vim/vim/issues/20889#issuecomment-5141408784
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/5141408784%40github.com.