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

Nread causes E676: No matching autocommands for buftype=acwrite buffer #66

Open
saccarosium opened this issue Jan 18, 2025 · 0 comments
Labels
bug issues reporting wrong behavior nvim neovim specific issues vim vim specific issues

Comments

@saccarosium
Copy link
Owner

Problem

Using :Nread scp .. twice causes the error "E676: No matching autocommands for buftype=acwrite buffer" when writing the file that was open before execuing Nread.

Seems that Nread/netrw is changing the other buffer's buftype?

Steps to reproduce

I only know how to reproduce using scp/ssh. Assuming you already have an SSH server running:
nvim --clean
Open any random file. e.g. :e ~/.gitconfig
:Nread scp://127.0.0.1//
C-^
:Nread scp://127.0.0.1//
C-^
:w

Expected behavior

Not getting an error

Neovim version (nvim -v)

0.10.1

Vim (not Nvim) behaves the same?

N/A

Operating system/version

N/A Reproduced on two different distributions

Terminal name/version

N/A

$TERM environment variable

N/A

Installation

Build from repo

original issue: neovim/neovim#30321

@saccarosium saccarosium added bug issues reporting wrong behavior nvim neovim specific issues vim vim specific issues labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issues reporting wrong behavior nvim neovim specific issues vim vim specific issues
Projects
None yet
Development

No branches or pull requests

1 participant