comparison src/version.c @ 33496:33cbd544dc46 v9.0.1998

patch 9.0.1998: xxd: cannot reverse a bit dump Commit: https://github.com/vim/vim/commit/85f4521808dd9a587c00f9a2927e84217721cfca Author: tristhaus <tristhaus@yahoo.de> Date: Fri Oct 6 19:51:13 2023 +0200 patch 9.0.1998: xxd: cannot reverse a bit dump Problem: xxd: cannot reverse a bit dump Solution: implement reversing the bit dump using -b -r closes: #13286 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: tristhaus <tristhaus@yahoo.de>
author Christian Brabandt <cb@256bit.org>
date Fri, 06 Oct 2023 20:00:05 +0200
parents 8b7a2ea22a86
children bff8ac203a22
comparison
equal deleted inserted replaced
33495:6bf3d26b7ddc 33496:33cbd544dc46
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 1998,
707 /**/ 709 /**/
708 1997, 710 1997,
709 /**/ 711 /**/
710 1996, 712 1996,
711 /**/ 713 /**/