mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 10:57:01 +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.