comparison src/version.c @ 9587:05a56bbe34a1 v7.4.2071

commit https://github.com/vim/vim/commit/f562e72df726c6191fa305e1c0a113f1cfb87f76 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 19 17:25:25 2016 +0200 patch 7.4.2071 Problem: The return value of type() is difficult to use. Solution: Define v:t_ constants. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jul 2016 17:30:06 +0200
parents 1fdd97be3967
children bf204ab1ce7d
comparison
equal deleted inserted replaced
9586:6ef05911e376 9587:05a56bbe34a1
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2071,
761 /**/ 763 /**/
762 2070, 764 2070,
763 /**/ 765 /**/
764 2069, 766 2069,
765 /**/ 767 /**/