diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1603,
+/**/
     1602,
 /**/
     1601,