mirror of
https://github.com/neovim/neovim.git
synced 2026-08-27 01:21:48 +00:00
Problem: Crash when passing NULL function to reduce().
Solution: Check for NULL pointer and give an error. (Dominique Pellé,
closes vim/vim#7243)
0d90e728fe
Co-authored-by: Bram Moolenaar <Bram@vim.org>