comparison src/version.c @ 28189:7456bc6bf077 v8.2.4620

patch 8.2.4620: two letter substitute commands don't work Commit: https://github.com/vim/vim/commit/1e2c4175dce903986dac66ba9326ae562b159421 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 24 15:24:45 2022 +0000 patch 8.2.4620: two letter substitute commands don't work Problem: Two letter substitute commands don't work. (Yegappan Lakshmanan) Solution: Invert condition.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Mar 2022 16:30:04 +0100
parents d27a9eed9849
children e4ca5a390f48
comparison
equal deleted inserted replaced
28188:01d18a7ad1cf 28189:7456bc6bf077
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4620,
753 /**/ 755 /**/
754 4619, 756 4619,
755 /**/ 757 /**/
756 4618, 758 4618,
757 /**/ 759 /**/