forked from aniani/vim
Problem: No tests for picking a window when selecting an entry in a
location list. Not picking the right window sometimes.
Solution: Add test 96. Set usable_win appropriately. (Lech Lorens)
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
|