comparison src/version.c @ 22069:87502e318c19 v8.2.1584

patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find() Commit: https://github.com/vim/vim/commit/eb24556df3b16a19009ee3ddee8ae94dc058a3b2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 3 22:33:44 2020 +0200 patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find() Problem: Vim9: cannot use "true" for "skipstart" in prop_find(). Solution: Use dict_get_bool() instead of tv_get_number(). (closes https://github.com/vim/vim/issues/6852)
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Sep 2020 22:45:06 +0200
parents 59984404e520
children aa91480771fe
comparison
equal deleted inserted replaced
22068:79aa6e93bcab 22069:87502e318c19
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 1584,
757 /**/ 759 /**/
758 1583, 760 1583,
759 /**/ 761 /**/
760 1582, 762 1582,
761 /**/ 763 /**/