mirror of
https://github.com/neovim/neovim.git
synced 2026-08-07 07:59: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.