comparison src/version.c @ 13219:4b8d89ea9edb v8.0.1484

patch 8.0.1484: reduntant conditions commit https://github.com/vim/vim/commit/a15ef4588c057da87f64be5b17aef35aaead8ac8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 9 16:46:00 2018 +0100 patch 8.0.1484: reduntant conditions Problem: Reduntant conditions. Solution: Remove them. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 17:00:07 +0100
parents 891b821d3602
children dc28351a85d4
comparison
equal deleted inserted replaced
13218:146652fabe82 13219:4b8d89ea9edb
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1484,
774 /**/ 776 /**/
775 1483, 777 1483,
776 /**/ 778 /**/
777 1482, 779 1482,
778 /**/ 780 /**/