commit | bb790dcc46b74e6f9a1c4126be8a575f9fe73444 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 07 20:12:54 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 07 20:12:54 2020 +0200 |
tree | c17157a26c3b5b3bbfc87fa88067ee06aec7cf08 | |
parent | 007f9d6ed597bd212acb95be9d0767c97d2a1438 [diff] [blame] |
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".
diff --git a/src/version.c b/src/version.c index 3c8b143..d00c960 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1150, +/**/ 1149, /**/ 1148,