mirror of
https://github.com/neovim/neovim.git
synced 2026-01-11 13:59:53 +10: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.