I launch neovim-qt via this zsh function:
function gvim {
nvim-qt --geometry 970x512 --no-ext-tabline -- "$@" &
}
I updated to neovim 0.3.0 and when calling the above, I get a window to open just fine but there are two buffers: an empty one and another buffer the one with the file.
