comparison src/version.c @ 22107:679269735ec3 v8.2.1603

patch 8.2.1603: Vim9: cannot use "true" with getchar() Commit: https://github.com/vim/vim/commit/c08cc72947fdfab484f53c5d9bbea662bc5a9c8f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 5 17:51:23 2020 +0200 patch 8.2.1603: Vim9: cannot use "true" with getchar() Problem: Vim9: cannot use "true" with getchar(). Solution: use tv_get_bool_chk(). (closes https://github.com/vim/vim/issues/6874)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Sep 2020 18:00:04 +0200
parents bae2a3fa141f
children 3785043f8768
comparison
equal deleted inserted replaced
22106:fbcfa658f056 22107:679269735ec3
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 1603,
757 /**/ 759 /**/
758 1602, 760 1602,
759 /**/ 761 /**/
760 1601, 762 1601,
761 /**/ 763 /**/