comparison src/version.c @ 28023:146817021fc3 v8.2.4536

patch 8.2.4536: debugger test fails when breaking on expression Commit: https://github.com/vim/vim/commit/cf6662082f89de3458c69c4390055ab99aa7dd22 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 10 13:29:20 2022 +0000 patch 8.2.4536: debugger test fails when breaking on expression Problem: Debugger test fails when breaking on expression. Solution: Compare strings with "==" instead of "is".
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 14:30:03 +0100
parents d4b549180a07
children 18892907cef7
comparison
equal deleted inserted replaced
28022:48e44a36c25c 28023:146817021fc3
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 4536,
753 /**/ 755 /**/
754 4535, 756 4535,
755 /**/ 757 /**/
756 4534, 758 4534,
757 /**/ 759 /**/