comparison src/version.c @ 25814:dd4e86558836 v8.2.3442

patch 8.2.3442: Vim9: || and && are not handled at compile time Commit: https://github.com/vim/vim/commit/1a7ee4dd115329052670d7af176341bd09c9dc5a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 16 16:15:07 2021 +0200 patch 8.2.3442: Vim9: || and && are not handled at compile time Problem: Vim9: || and && are not handled at compile time when possible. Solution: When using constants generate fewer instructions.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Sep 2021 16:30:06 +0200
parents 79aaaa134298
children d9a0847550c6
comparison
equal deleted inserted replaced
25813:2577687dbdcf 25814:dd4e86558836
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3442,
758 /**/ 760 /**/
759 3441, 761 3441,
760 /**/ 762 /**/
761 3440, 763 3440,
762 /**/ 764 /**/