mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 19:11:52 +00:00
Introduce nvim namespace: Move files.
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.
This commit is contained in:
9
src/nvim/testdir/test96.ok
Normal file
9
src/nvim/testdir/test96.ok
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user