comparison src/version.c @ 21873:62e61424482f v8.2.1486

patch 8.2.1486: Vim9: readdir() expression doesn't accept bool Commit: https://github.com/vim/vim/commit/f8abbf37d66c41d980284e28e0e38a399890e918 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 19 16:00:06 2020 +0200 patch 8.2.1486: Vim9: readdir() expression doesn't accept bool Problem: Vim9: readdir() expression doesn't accept bool. Solution: Merge with code for readdirex(). (closes https://github.com/vim/vim/issues/6737)
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Aug 2020 16:15:05 +0200
parents e27555ca1093
children 3a7017ee1161
comparison
equal deleted inserted replaced
21872:5ba0e37bca94 21873:62e61424482f
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 1486,
757 /**/ 759 /**/
758 1485, 760 1485,
759 /**/ 761 /**/
760 1484, 762 1484,
761 /**/ 763 /**/