diff src/version.c @ 8142:71aabce3142e v7.4.1365

commit https://github.com/vim/vim/commit/befb366affa6309c6b4a469ec7f729821e3a36fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 14:41:40 2016 +0100 patch 7.4.1365 Problem: Cannot execute a single test function. Solution: Add an argument to filter the functions with. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 14:45:04 +0100
parents 563c923b1584
children efbb9916290c
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 */
 /**/
+    1365,
+/**/
     1364,
 /**/
     1363,