mirror of
https://github.com/neovim/neovim.git
synced 2026-02-18 17:38:32 +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.