comparison src/version.c @ 8247:6ee794dc950e v7.4.1416

commit https://github.com/vim/vim/commit/669cac0a805333e69b9e1176425083914eada659 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 25 15:25:03 2016 +0100 patch 7.4.1416 Problem: Using "u_char" intead of "char_u", which doesn't work everywhere. (J?rg Plate) Solution: Use "char_u" always.
author Christian Brabandt <cb@256bit.org>
date Thu, 25 Feb 2016 15:30:05 +0100
parents acc8029e530f
children 8dd8d96278a4
comparison
equal deleted inserted replaced
8246:f16bfe02cef1 8247:6ee794dc950e
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1416,
751 /**/ 753 /**/
752 1415, 754 1415,
753 /**/ 755 /**/
754 1414, 756 1414,
755 /**/ 757 /**/