mirror of
https://github.com/neovim/neovim.git
synced 2026-05-08 23:02:15 +00:00
Problem: update command does not write new buffers that have filenames but no corresponding file on disk, even when using ++p flag. Solution: allow update to write when buffer has filename but file doesn't exist.