comparison src/version.c @ 27867:1b75d767d9e4 v8.2.4459

patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments Commit: https://github.com/vim/vim/commit/fa02616718103be3f9e13e26d57905d4eddf836d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 23 21:03:32 2022 +0000 patch 8.2.4459: Vim9: compiling sort() call fails with unknown arguments Problem: Vim9: compiling sort() call fails with a funcref that has unknown arguments. Solution: Do not check the arguments if they are unknown at compile time. (closes #9835)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Feb 2022 22:15:03 +0100
parents 05d222e5246a
children 6a0ecde89d35
comparison
equal deleted inserted replaced
27866:8ae06422a149 27867:1b75d767d9e4
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 4459,
757 /**/ 759 /**/
758 4458, 760 4458,
759 /**/ 761 /**/
760 4457, 762 4457,
761 /**/ 763 /**/