mirror of
https://github.com/neovim/neovim.git
synced 2026-07-13 12:50:31 +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>