]> granicus.if.org Git - vim/commit
patch 8.1.1045: E315 ml_get error when using Python and hidden buffer v8.1.1045
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Mar 2019 16:41:59 +0000 (17:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Mar 2019 16:41:59 +0000 (17:41 +0100)
commit63dbfd33c1d47400c62775842b5b750ee69e2383
tree37c30be324222ed4a7134224f6878af9c7001786
parentc3e92c161d6394d126a334011526c02e8c3f655f
patch 8.1.1045: E315 ml_get error when using Python and hidden buffer

Problem:    E315 ml_get error when using Python and hidden buffer.
Solution:   Make sure the cursor position is valid. (Ben Jackson,
            closes #4153, closes #4154)
src/if_py_both.h
src/testdir/test_python2.vim
src/testdir/test_python3.vim
src/version.c