comparison src/version.c @ 21307:b991565745fb v8.2.1204

patch 8.2.1204: Vim9: true and false not recognized in Vim9 script Commit: https://github.com/vim/vim/commit/5d2eb0fff0fbe905da2c57fd73f7f127a73d1c99 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 13 21:59:33 2020 +0200 patch 8.2.1204: Vim9: true and false not recognized in Vim9 script Problem: Vim9: true and false not recognized in Vim9 script. Solution: Recognize true and false.
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Jul 2020 22:00:04 +0200
parents 91d4af3309e7
children 31a3f4d408b9
comparison
equal deleted inserted replaced
21306:f8637d807598 21307:b991565745fb
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 1204,
757 /**/ 759 /**/
758 1203, 760 1203,
759 /**/ 761 /**/
760 1202, 762 1202,
761 /**/ 763 /**/