]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0511: ml_get error when calling a function with a range v8.1.0511
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Nov 2018 22:39:38 +0000 (23:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Nov 2018 22:39:38 +0000 (23:39 +0100)
commit9e353b5265bd7fa103caf4e5a9b3c99f344f548e
treef160112f470bdd7d72e902ae6d185ce442e27cc3
parentba3ff539303c7bb6e46a6802dce3c7b2e55284e0
patch 8.1.0511: ml_get error when calling a function with a range

Problem:    ml_get error when calling a function with a range.
Solution:   Don't position the cursor after the last line.
src/testdir/test_functions.vim
src/userfunc.c
src/version.c