]> granicus.if.org Git - vim/commit
patch 8.2.2343: Vim9: return type of readfile() is any v8.2.2343
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Jan 2021 19:38:03 +0000 (20:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Jan 2021 19:38:03 +0000 (20:38 +0100)
commitc423ad77ed763c11ba67729bbf63c1cf0915231f
treed50a83a06633e84412413b5b6c8fcbe58a4acf75
parent9145846b6aa411e3ab5c0d145b37808654352877
patch 8.2.2343: Vim9: return type of readfile() is any

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 #7671)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/filepath.c
src/proto/filepath.pro
src/testdir/test_vim9_builtin.vim
src/version.c