mirror of
https://github.com/neovim/neovim.git
synced 2026-05-22 04:44:28 +00:00
Problem: Crash when using "!!" without a previous shell command.
Solution: Check "prevcmd" is not NULL. (closes vim/vim#11487)
6600447c7b
Co-authored-by: Bram Moolenaar <Bram@vim.org>