comparison src/version.c @ 34615:3a3f13bac124 v9.1.0197

patch 9.1.0197: Vim9: problem evaluating negated boolean logic Commit: https://github.com/vim/vim/commit/5d77364e4afe69b28f6d8b3493595c5c6fc056b8 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Fri Mar 22 19:37:29 2024 +0100 patch 9.1.0197: Vim9: problem evaluating negated boolean logic Problem: Vim9: problem evaluating negated boolean logic (lxhillwind) Solution: Don't clear the first value on short circuit evaluation (Yegappan Lakshmanan) fixes: #14265 closes: #14269 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Mar 2024 20:00:04 +0100
parents 141b9498a7f5
children 7ff3c277377f
comparison
equal deleted inserted replaced
34614:fafb4eb10619 34615:3a3f13bac124
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 197,
707 /**/ 709 /**/
708 196, 710 196,
709 /**/ 711 /**/
710 195, 712 195,
711 /**/ 713 /**/