mirror of
https://github.com/neovim/neovim.git
synced 2026-02-09 22:11:52 +10:00
Problem: Vim9: return type of readfile() is any.
Solution: Add readblob() so that readfile() can be expected to always
return a list of strings. (closes vim/vim#7671)
c423ad77ed
Co-authored-by: Bram Moolenaar <Bram@vim.org>