commit | 608a8919cae982cb38e38725a843df47b234dae6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 22:39:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 03 22:39:51 2016 +0100 |
tree | a1debac071b9036ad61491e477a0745fc8f51c51 | |
parent | e7bed627c89ed80bc4b2d96f542819029adf6e76 [diff] [blame] |
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".
diff --git a/src/version.c b/src/version.c index f4e9feb..2d61d4f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1253, +/**/ 1252, /**/ 1251,