comparison src/version.c @ 24069:324408c61b20 v8.2.2576

patch 8.2.2576: Vim9: defining a :func function checks for white space Commit: https://github.com/vim/vim/commit/608d78fb45077fbaf6dc880b754a1d8a54ac9999 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 6 22:33:12 2021 +0100 patch 8.2.2576: Vim9: defining a :func function checks for white space Problem: Vim9: defining a :func function checks for white space after a comma in the arguments. Solution: Only check for white space in a :def function. (closes #7930)
author Bram Moolenaar <Bram@vim.org>
date Sat, 06 Mar 2021 22:45:03 +0100
parents 780dec2ffa6b
children d36adba14e44
comparison
equal deleted inserted replaced
24068:0ebc4fb72358 24069:324408c61b20
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 2576,
753 /**/ 755 /**/
754 2575, 756 2575,
755 /**/ 757 /**/
756 2574, 758 2574,
757 /**/ 759 /**/