comparison src/version.c @ 34502:bb8b21242cff v9.1.0157

patch 9.1.0157: Duplicate assignment in f_getregion() Commit: https://github.com/vim/vim/commit/0df8f93bdaea77a1afb9f4eca94fe67ec73e6df2 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Mar 7 21:40:53 2024 +0100 patch 9.1.0157: Duplicate assignment in f_getregion() Problem: Duplicate assignment in f_getregion(). Solution: Remove the duplicate assignment. Also improve getregion() docs wording and fix an unrelated typo (zeertzjq) closes: #14154 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Mar 2024 21:45:10 +0100
parents 4da97f213d15
children a00f7e176c34
comparison
equal deleted inserted replaced
34501:70ab092d64b3 34502:bb8b21242cff
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 157,
707 /**/ 709 /**/
708 156, 710 156,
709 /**/ 711 /**/
710 155, 712 155,
711 /**/ 713 /**/