mirror of
https://github.com/neovim/neovim.git
synced 2026-02-08 13:31:11 +10: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>