It's best to do this unconditionally since it's the function is meant to launch (possibly non-blocking) GUI programs.
https://github.com/vim/vim/pull/19293
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Well, what about terminal only users that want to launch say w3m?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
In :h :Launch it says the command it's only intended for GUI programs. We can change the help and recommend to use :! for running terminal programs?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I encountered this bug again, depending on your system and firefox version gx (which depends on this) freezes Vim. Same thing for some pdf viewers.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Ping @Konfekt
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
In :h :Launch it says the command it's only intended for GUI programs
Yes, so it should be backgrounded, that's the value proposition of :Launch or :!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()