comparison src/version.c @ 15234:ee63f4fe3d45 v8.1.0627

patch 8.1.0627: Python cannot handle function name of script-local function commit https://github.com/vim/vim/commit/9123c0b31a283f460ed2b6af95080120cf528118 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 22 18:59:06 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Dec 2018 19:00:06 +0100
parents 5e7515dbf871
children 9e6d1e80ca2b
comparison
equal deleted inserted replaced
15233:5e7515dbf871 15234:ee63f4fe3d45
797 NULL 797 NULL
798 }; 798 };
799 799
800 static int included_patches[] = 800 static int included_patches[] =
801 { /* Add new patch number below this line */ 801 { /* Add new patch number below this line */
802 /**/
803 627,
802 /**/ 804 /**/
803 626, 805 626,
804 /**/ 806 /**/
805 625, 807 625,
806 /**/ 808 /**/