mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 12:28:18 +00:00

Problem: map() returing zero for NULL list is unexpected.
Solution: Return the empty list. (closes vim/vim#7133)
ffdf8adfa8
Co-authored-by: Bram Moolenaar <Bram@vim.org>