comparison src/version.c @ 9035:08854bb267b2 v7.4.1803

commit https://github.com/vim/vim/commit/0b6cf69c038b9af198542edc349ebe8e53a8f847 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 30 13:26:14 2016 +0200 patch 7.4.1803 Problem: GTK3 doesn't handle menu separaters properly. Solution: Use gtk_separator_menu_item_new(). (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Sat, 30 Apr 2016 13:30:05 +0200
parents 0536d1469b67
children d07035f84f0d
comparison
equal deleted inserted replaced
9034:e29f984d1cc0 9035:08854bb267b2
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 1803,
756 /**/ 758 /**/
757 1802, 759 1802,
758 /**/ 760 /**/
759 1801, 761 1801,
760 /**/ 762 /**/