mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
- Cleanup source tree, leaving only files necessary for compilation/testing - Process files through unifdef to remove tons of FEAT_* macros - Process files through uncrustify to normalize source code formatting. - Port the build system to cmake
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
|