mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +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>