Mercurial > vim
annotate src/testdir/test17.ok @ 15539:ba876ced4f1f v8.1.0777
patch 8.1.0777: Win32: using pipes for channel does not work well
commit https://github.com/vim/vim/commit/b091f30bf38eacb31b9d8c97c82c7e0af9866301
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 19 14:37:00 2019 +0100
patch 8.1.0777: Win32: using pipes for channel does not work well
Problem: Win32: using pipes for channel does not work well.
Solution: Use a larger buffer and handle overlaps. (Yasuhiro Matsumoto,
closes #3782)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 19 Jan 2019 14:45:06 +0100 |
parents | 5569d11ef585 |
children |
rev | line source |
---|---|
7 | 1 This file is just to test "gf" in test 17. |
2485
5edcd4ef88df
Small changes to the test files. (John Beckett)
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
2 The contents is not important. |
7 | 3 Just testing! |
3699 | 4 |
5 | |
6 --- Included files in path --- | |
7 Xdir1/dir2/foo.a | |
8 Xdir1/dir2/foo.a --> | |
9 Xdir1/dir2/bar.a | |
10 Xdir1/dir2/bar.a --> | |
11 Xdir1/dir2/baz.a | |
12 Xdir1/dir2/baz.a --> | |
13 "foo.a" (Already listed) | |
14 | |
15 | |
16 --- Included files in path --- | |
17 Xdir1/dir2/foo.b | |
18 Xdir1/dir2/foo.b --> | |
19 Xdir1/dir2/bar.b | |
20 Xdir1/dir2/bar.b --> | |
21 Xdir1/dir2/baz.b | |
22 Xdir1/dir2/baz.b --> | |
23 foo (Already listed) | |
24 | |
25 | |
26 --- Included files in path --- | |
27 Xdir1/dir2/foo.c | |
28 Xdir1/dir2/foo.c --> | |
29 Xdir1/dir2/bar.c | |
30 Xdir1/dir2/bar.c --> | |
31 Xdir1/dir2/baz.c | |
32 Xdir1/dir2/baz.c --> | |
5118
5569d11ef585
updated for version 7.3.1302
Bram Moolenaar <bram@vim.org>
parents:
3699
diff
changeset
|
33 foo.c (Already listed) |