mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +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.