mirror of
https://github.com/neovim/neovim.git
synced 2026-03-08 01:55:42 +00: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.
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
|
|
Test A:
|
|
- file name displayed: test://bar.txt
|
|
- quickfix claims that the file name displayed is: test://bar.txt
|
|
Test B:
|
|
- number of window open: 2
|
|
Test C:
|
|
- 'buftype' of the location list window: quickfix
|
|
- buffer displayed in the 2nd window: test://quux.txt
|