commit | 63dbfd33c1d47400c62775842b5b750ee69e2383 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 17:41:59 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 17:41:59 2019 +0100 |
tree | 37c30be324222ed4a7134224f6878af9c7001786 | |
parent | c3e92c161d6394d126a334011526c02e8c3f655f [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d0f63ef..133fd3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1045, +/**/ 1044, /**/ 1043,