comparison src/version.c @ 11567:632daabce5d8 v8.0.0666

patch 8.0.0666: dead for loop commit https://github.com/vim/vim/commit/5fe691240bff11e9618252486147f0156e875666 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 23 23:00:08 2017 +0200 patch 8.0.0666: dead for loop Problem: Dead for loop. (Coverity) Solution: Remove the for loop.
author Christian Brabandt <cb@256bit.org>
date Fri, 23 Jun 2017 23:00:04 +0200
parents 91519a14ec1f
children 7003f241b6c7
comparison
equal deleted inserted replaced
11566:f3ac978df263 11567:632daabce5d8
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 666,
767 /**/ 769 /**/
768 665, 770 665,
769 /**/ 771 /**/
770 664, 772 664,
771 /**/ 773 /**/