]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1150: ml_get error when using Python v8.2.1150
authorBram Moolenaar <Bram@vim.org>
Tue, 7 Jul 2020 18:12:54 +0000 (20:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 7 Jul 2020 18:12:54 +0000 (20:12 +0200)
commitbb790dcc46b74e6f9a1c4126be8a575f9fe73444
treec17157a26c3b5b3bbfc87fa88067ee06aec7cf08
parent007f9d6ed597bd212acb95be9d0767c97d2a1438
patch 8.2.1150: ml_get error when using Python

Problem:    ml_get error when using Python. (Yegappan Lakshmanan)
Solution:   Check the line number is not out of range.  Call "Check" with
            "fromObj" instead of "from".
src/if_py_both.h
src/testdir/test_python2.vim
src/testdir/test_python3.vim
src/version.c