commit | fec246d2c595164ac3b7e9fe9677053d3739b834 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 18:47:14 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 28 18:47:14 2016 +0200 |
tree | e55cd7a33e8442594ac9bb7844030a28d6ada605 | |
parent | 36f44c21da2e912c008683a0c4447fca2a071e9a [diff] [blame] |
patch 7.4.2286 Problem: The tee program isn't included. Makefile contains build instructions that don't work. Solution: Update the Filelist and build instructions. Remove build instructions for DOS and old Windows. Add the tee program.
diff --git a/src/version.c b/src/version.c index 530b66d..a18ce1e 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2286, +/**/ 2285, /**/ 2284,