comparison src/version.c @ 13052:16b241634614 v8.0.1401

patch 8.0.1401: cannot build with GTK but without XIM commit https://github.com/vim/vim/commit/cb89c98c264b0fe9fd26e3501eab5a062e57c064 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 17 21:54:55 2017 +0100 patch 8.0.1401: cannot build with GTK but without XIM Problem: Cannot build with GTK but without XIM. (Guido) Solution: Adjust #ifdef. (closes https://github.com/vim/vim/issues/2461)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Dec 2017 22:00:06 +0100
parents 0d23a49da746
children 197a08152ad5
comparison
equal deleted inserted replaced
13051:a6d3e2081544 13052:16b241634614
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 1401,
774 /**/ 776 /**/
775 1400, 777 1400,
776 /**/ 778 /**/
777 1399, 779 1399,
778 /**/ 780 /**/