mirror of
https://github.com/neovim/neovim.git
synced 2026-01-31 00:54:30 +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>