commit | 9123c0b31a283f460ed2b6af95080120cf528118 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 18:59:06 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 22 18:59:06 2018 +0100 |
tree | 275e918901c144e4bfcea65dc761f86f7da27d35 | |
parent | 4814ccbdf0e99e2d33e1ac926c59f677f5c2afe2 [diff] [blame] |
patch 8.1.0627: Python cannot handle function name of script-local function Problem: Python cannot handle function name of script-local function. Solution: Use <SNR> instead of the special byte code. (Ozaki Kiichi, closes #3681)
diff --git a/src/version.c b/src/version.c index 4d39dde..101d786 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 627, +/**/ 626, /**/ 625,