comparison src/version.c @ 27285:53edd190a607 v8.2.4171

patch 8.2.4171: cannot invoke option function using autoload import Commit: https://github.com/vim/vim/commit/f0e7e6365e86ca42c177fe165d3097d1bfb35f72 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 21 13:29:56 2022 +0000 patch 8.2.4171: cannot invoke option function using autoload import Problem: Cannot invoke option function using autoload import. Solution: Expand the import to an autoload function name. (closes https://github.com/vim/vim/issues/9578)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Jan 2022 14:45:03 +0100
parents b4d92a69035b
children 9f72ec92d361
comparison
equal deleted inserted replaced
27284:9010bd9efbf6 27285:53edd190a607
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4171,
753 /**/ 755 /**/
754 4170, 756 4170,
755 /**/ 757 /**/
756 4169, 758 4169,
757 /**/ 759 /**/