comparison src/version.c @ 22047:ed6165395d7b v8.2.1573

patch 8.2.1573: Vim9: getreg() does not take "true" as argument Commit: https://github.com/vim/vim/commit/67ff97ded70a87bc77f58d0bf9a261710ae88112 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Sep 2 21:45:54 2020 +0200 patch 8.2.1573: Vim9: getreg() does not take "true" as argument Problem: Vim9: getreg() does not take "true" as argument. Solution: Use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6820)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Sep 2020 22:00:04 +0200
parents 47ff9e5be532
children 2b04c5bf4dc3
comparison
equal deleted inserted replaced
22046:2850dc9b0849 22047:ed6165395d7b
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 1573,
757 /**/ 759 /**/
758 1572, 760 1572,
759 /**/ 761 /**/
760 1571, 762 1571,
761 /**/ 763 /**/