mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 21:55:36 +10:00
Move files from src/ to src/nvim/. - src/nvim/ becomes the new root dir for nvim executable sources. - src/libnvim/ is planned to become root dir of the neovim library.
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)
|