comparison src/version.c @ 13988:68290d296dc9 v8.1.0012

patch 8.1.0012: misplaced #endif commit https://github.com/vim/vim/commit/1f131aee0ed4383009c0a67cc15581cc4c0dcad7 Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 21 13:39:40 2018 +0200 patch 8.1.0012: misplaced #endif Problem: Misplaced #endif. Solution: Move the #endif to after the expression. (David Binderman)
author Christian Brabandt <cb@256bit.org>
date Mon, 21 May 2018 13:45:05 +0200
parents 4a41a169e5ea
children 017c5462ed5e
comparison
equal deleted inserted replaced
13987:381f04622c20 13988:68290d296dc9
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 12,
764 /**/ 766 /**/
765 11, 767 11,
766 /**/ 768 /**/
767 10, 769 10,
768 /**/ 770 /**/