]> granicus.if.org Git - vim/commit
patch 9.0.0795: readblob() always reads the whole file v9.0.0795
authorK.Takata <kentkt@csc.jp>
Wed, 19 Oct 2022 13:02:40 +0000 (14:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 19 Oct 2022 13:02:40 +0000 (14:02 +0100)
commit11df3aeee548b959ccd4b9a4d3c44651eab6b3ce
tree13cdeec4447038acdffe1084b3b5f91dabae038b
parent9f62ea01a08e69f44050f59469a0e64beddefac0
patch 9.0.0795: readblob() always reads the whole file

Problem:    readblob() always reads the whole file.
Solution:   Add arguments to read part of the file. (Ken Takata,
            closes #11402)
runtime/doc/builtin.txt
src/blob.c
src/evalfunc.c
src/filepath.c
src/proto/blob.pro
src/testdir/test_blob.vim
src/version.c