forked from aniani/vim
Problem: Test 17 fails on MS-Windows. Includes line break in file name
everywhere.
Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included
file.
34 lines
655 B
Plaintext
34 lines
655 B
Plaintext
This file is just to test "gf" in test 17.
|
|
The contents is not important.
|
|
Just testing!
|
|
|
|
|
|
--- Included files in path ---
|
|
Xdir1/dir2/foo.a
|
|
Xdir1/dir2/foo.a -->
|
|
Xdir1/dir2/bar.a
|
|
Xdir1/dir2/bar.a -->
|
|
Xdir1/dir2/baz.a
|
|
Xdir1/dir2/baz.a -->
|
|
"foo.a" (Already listed)
|
|
|
|
|
|
--- Included files in path ---
|
|
Xdir1/dir2/foo.b
|
|
Xdir1/dir2/foo.b -->
|
|
Xdir1/dir2/bar.b
|
|
Xdir1/dir2/bar.b -->
|
|
Xdir1/dir2/baz.b
|
|
Xdir1/dir2/baz.b -->
|
|
foo (Already listed)
|
|
|
|
|
|
--- Included files in path ---
|
|
Xdir1/dir2/foo.c
|
|
Xdir1/dir2/foo.c -->
|
|
Xdir1/dir2/bar.c
|
|
Xdir1/dir2/bar.c -->
|
|
Xdir1/dir2/baz.c
|
|
Xdir1/dir2/baz.c -->
|
|
foo.c (Already listed)
|