mirror of
https://github.com/neovim/neovim.git
synced 2026-01-14 17:15:23 +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.