comparison src/version.c @ 22620:b5d68d8a5187

patch 8.2.1858: Vim9: filter functions return number instead of bool Commit: https://github.com/vim/vim/commit/403dc31f5a03b5858f62e72c3407ffaf827b3005 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 17 19:29:51 2020 +0200 patch 8.2.1858: Vim9: filter functions return number instead of bool Problem: Vim9: filter functions return number instead of bool. Solution: Return v:true instead of one. (closes https://github.com/vim/vim/issues/7144)
author Bram Moolenaar <Bram@vim.org>
date Sat, 17 Oct 2020 19:30:05 +0200
parents c2d8b596dd0f
children 576a69fc0066
comparison
equal deleted inserted replaced
22619:398e92912dcb 22620:b5d68d8a5187
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 1858,
753 /**/ 755 /**/
754 1857, 756 1857,
755 /**/ 757 /**/
756 1856, 758 1856,
757 /**/ 759 /**/