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

netrw: "modifiable" errors after clicking away from insert mode #83

Open
saccarosium opened this issue Jan 18, 2025 · 0 comments
Open

Comments

@saccarosium
Copy link
Owner

Under NVIM v0.2.1-867-gd2cbc31, the following causes errors about the buffer not being modifiable to show up:

nvim -u NORC
:vsp
:set mouse=a
#click in right pane
:Explore
#click in left pane
i
#click in right pane
#click in left pane

Expected: back in left pane in insert mode
Actual: error about modifiable being off, in insert mode, in right pane

original issue: neovim/neovim#7286

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant