]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an error v8.2.1888
authorBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 16:23:38 +0000 (18:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 22 Oct 2020 16:23:38 +0000 (18:23 +0200)
commite6e70a10f118ecfa9df2425e8724bc009bd09929
tree6c52ba48eb706339ab8e1d09d5bde94a4206e0ef
parent15ab48f088842de512ca5f13aa39a4dc7cac8477
patch 8.2.1888: Vim9: getbufline(-1, 1, '$') gives an error

Problem:    Vim9: Getbufline(-1, 1, '$') gives an error.
Solution:   Return an empty list. (closes #7180)
src/evalbuffer.c
src/testdir/test_vim9_builtin.vim
src/version.c