comparison src/version.c @ 26512:a753cca75c69 v8.2.3786

patch 8.2.3786: test fails because of using Vim9 syntax in legacy function Commit: https://github.com/vim/vim/commit/4f16e9de985c5178e9cf15d69facfec6f15a5e09 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 11 18:46:29 2021 +0000 patch 8.2.3786: test fails because of using Vim9 syntax in legacy function Problem: Test fails because of using Vim9 syntax in legacy function. Solution: Add "call".
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Dec 2021 20:00:04 +0100
parents 3772e454a7fb
children 9596c652420b
comparison
equal deleted inserted replaced
26511:f85dd7751afe 26512:a753cca75c69
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3786,
756 /**/ 758 /**/
757 3785, 759 3785,
758 /**/ 760 /**/
759 3784, 761 3784,
760 /**/ 762 /**/