mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 11:56:50 +00:00
Problem: Crash when opening a buffer for the cmdline window fails. (Chris
Barber)
Solution: Check do_ecmd() succeeds. Reset got_int if "q" was used at the
more prompt. (closes vim/vim#6211)
9b7cce28d5
Make code match latest Vim instead.