commit | b94340c04f524482b408543daa1142f883831cab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 16:16:31 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 02 16:16:31 2017 +0100 |
tree | 6feea022872e314f62f63c0c940d4f72d8930e61 | |
parent | f45938cc20ed6992e5215ffe41b73b528c78be9c [diff] [blame] |
patch 8.0.1244: search test does not work correctly on MS-Windows Problem: Search test does not work correctly on MS-Windows. Solution: Put text in a file instead of sending it to the terminal. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 83bfd70..a46fb77 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1244, +/**/ 1243, /**/ 1242,