diff src/version.c @ 8015:b421c7f2f172 v7.4.1302

commit https://github.com/vim/vim/commit/6119e6156e024d9047bbfeb7cdfdae259f9e1b92 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 11 12:48:36 2016 +0100 patch 7.4.1302 Problem: Typo in struct field name. (Ken Takata) Solution: Rename jf_pi to jv_pi.
author Christian Brabandt <cb@256bit.org>
date Thu, 11 Feb 2016 13:00:04 +0100
parents dfae8bce5920
children c59a65524084
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1302,
+/**/
     1301,
 /**/
     1300,