commit | de5b3800427328170574f1950ae75776e020f4e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 12:51:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 12:51:22 2019 +0100 |
tree | f9457efd3e997c8d2d75cd9bda38cc8a3201b6fc | |
parent | bfd36036700ab2d4c9de48e37f222f4a4dd7b3b0 [diff] [blame] |
patch 8.1.1075: function reference count wrong in Python code Problem: Function reference count wrong in Python code. Solution: Use "O" instead of "N" for the arguments. (Ben Jackson, closes #4188)
diff --git a/src/version.c b/src/version.c index 01268b1..2346dc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1075, +/**/ 1074, /**/ 1073,