diff src/version.c @ 7914:35973ce58c84 v7.4.1253

commit https://github.com/vim/vim/commit/608a8919cae982cb38e38725a843df47b234dae6 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 3 22:39:51 2016 +0100 patch 7.4.1253 Problem: Python test server not displaying second of two commands. Solaris doesn't have "pkill --full". Solution: Also echo the second command. Use "pkill -f".
author Christian Brabandt <cb@256bit.org>
date Wed, 03 Feb 2016 22:45:04 +0100
parents 1c6ef9113556
children 54602dcac207
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1253,
+/**/
     1252,
 /**/
     1251,