mirror of
https://github.com/neovim/neovim.git
synced 2026-03-09 02:25:43 +00:00
Problem: Crash when passing null object to ":echomsg".
Solution: Check for NULL pointer. (Yasuhiro Matsumoto, closes vim/vim#5460)
9db2afe46d
Co-authored-by: Bram Moolenaar <Bram@vim.org>