commit | dada6d2a8e887309e88cb126f1251d81f91b4b9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 17:18:35 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 17:18:35 2017 +0200 |
tree | 90b1f483ed53f0b6c5ab963c6becc1e1cd9887fd | |
parent | ef68e4fa528165f8dd63156feeffc1af629b8d8a [diff] [blame] |
patch 8.0.1036: ++eof argument for terminal only available on MS-Windows Problem: ++eof argument for terminal only available on MS-Windows. Solution: Also support ++eof on Unix. Add a test.
diff --git a/src/version.c b/src/version.c index 520d46b..579f0a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1036, +/**/ 1035, /**/ 1034,