mirror of
https://github.com/neovim/neovim.git
synced 2026-09-22 21:44:04 +00:00
Problem: :update should write new file buffers, but previous fix affected special buffer types (acwrite, nofile, etc.). Solution: Add bt_nofilename() check to only write new files for buffers representing real filesystem paths.