comparison src/version.c @ 22105:bae2a3fa141f v8.2.1602

patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo() Commit: https://github.com/vim/vim/commit/036c2cf719e3de445779a275514030be66e26883 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 17:37:07 2020 +0200 patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo() Problem: Vim9: cannot use 'true" with getbufinfo(). Solution: Use dict_get_bool(). (closes https://github.com/vim/vim/issues/6873)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 17:45:04 +0200
parents 0825ae9948f7
children 679269735ec3
comparison
equal deleted inserted replaced
22104:c3f27d28745a 22105:bae2a3fa141f
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 1602,
757 /**/ 759 /**/
758 1601, 760 1601,
759 /**/ 761 /**/
760 1600, 762 1600,
761 /**/ 763 /**/