mirror of
https://github.com/neovim/neovim.git
synced 2026-03-13 03:24:33 +10: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.