mirror of
https://github.com/neovim/neovim.git
synced 2025-12-28 17:14:54 +00:00
Problem:
Running `echo dummy | nvim file1 file2` closes the file1 buffer if
file1 doesn't exist.
Solution:
Logic changed in 43e8ec9 such that stdin buffer may now be created *after*
file args. Handle that case.