mirror of
https://github.com/neovim/neovim.git
synced 2025-11-11 21:08:53 +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>