comparison src/version.c @ 26366:d227481dbe8e v8.2.3714

patch 8.2.3714: some unused assignments and ugly code in xxd Commit: https://github.com/vim/vim/commit/7e5503c17a3f142e6b28f344d899c9ab9e75a844 Author: DungSaga <dungsaga@users.noreply.github.com> Date: Wed Dec 1 11:24:52 2021 +0000 patch 8.2.3714: some unused assignments and ugly code in xxd Problem: Some unused assignments and ugly code in xxd. Solution: Leave out assignments. Use marcro for fprintf(). (closes https://github.com/vim/vim/issues/9246)
author Bram Moolenaar <Bram@vim.org>
date Wed, 01 Dec 2021 12:30:04 +0100
parents baf0d27eb024
children 744fdb15347d
comparison
equal deleted inserted replaced
26365:9722ad38bd53 26366:d227481dbe8e
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 3714,
756 /**/ 758 /**/
757 3713, 759 3713,
758 /**/ 760 /**/
759 3712, 761 3712,
760 /**/ 762 /**/