mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00

Problem: Crash in debugger when a variable is not available in the current
block.
Solution: Check for a NULL name. (closes vim/vim#9926)
e406ff87c8
Co-authored-by: Bram Moolenaar <Bram@vim.org>