Lines Matching refs:location
191 " Note that this test assumes that a quickfix/location list is
197 " No location list for the current window
212 " Add three quickfix/location lists
247 " Opening the location list window without any errors should fail
490 " Jumping to first or next location list entry without any error should
850 " A. incorrectly copying location lists which caused the location list to show
852 " B. not reusing the window for which the location list window is opened but
854 " C. make sure that the location list window is not reused instead of the
935 " Let's move the location list window to the top to check whether it (the
2332 " Test for copying context across two different location lists
2409 " Test for getting id of window associated with a location list window
2483 " Test for setting the current index in the location/quickfix list
2754 " Tests for jumping to entries from the location list window and quickfix
2767 " Open a new window and create a location list
2768 " Open the location list window and close the other window
2782 " Open two windows with two different location lists
2783 " Open the location list window and close the previous window
2784 " Jump to an entry in the location list window
2785 " Should open the file in the first window and not set the location list.
2822 " Jumping to a file from the location list window should find a usable
3014 " quickfix/location list window.
3026 " quickfix/location list window.
3039 " After deleting the location list stack, if the location list window is
3040 " opened, then a new location list should be created. So opening the
3041 " location list window again should not create a new window.
3304 " Tests for per quickfix/location list directory stack
3341 " Tests for per quickfix/location list file stack
3643 " When jumping to a location list entry in the location list window and
3660 " When jumping to an entry in the location list window and the window
3661 " associated with the location list is not present and a window containing
3799 " Tests for the quickfix/location list changedtick
3872 " Open the location list window and close the regular window associated with
3873 " the location list. When the garbage collection runs now, it incorrectly
3874 " marks the location list context as not in use and frees the context.
3972 " Test for the position of the quickfix and location list window
3999 " Tests for quickfix/location lists changed by autocommands when
4027 " When searching for a pattern using :lvimgrep, if the location list is
4287 " Test for an autocmd freeing the quickfix/location list when cexpr/lexpr is
4307 " Test for commands that create a new quickfix/location list and jump to the
4345 " Test for a quickfix autocmd changing the quickfix/location list before
4502 " When split opening files from location list window, make sure that two
4503 " windows doesn't refer to the same location list
4512 " When split opening files from a helpgrep location list window, a new help
4513 " window should be opened with a copy of the location list.
4631 " For a location list, when both the file window and the location list
4640 " When the location list window is closed, the buffer name should not
4645 " After deleting a location list buffer using ":bdelete", opening the
4646 " location list window should mark the buffer as a location list buffer.
4655 " When the location list is cleared for the window, the buffer should be
4661 " When the location list is freed with the location list window open, the
4662 " location list buffer should not be lost. It should be reused when the
4663 " location list is again populated.
4676 " When the window with the location list is closed, the buffer should be
4688 " If there is an autocmd to use only one window, then opening the location
4695 " Load the location list
4698 " Open the location list window. Only this window will be shown and the file
4702 " Jump to an entry in the location list and make sure that the cursor is
4733 " No quickfix/location list
4739 " Empty quickfix/location list
4819 " If a buffer has location list entries from some other window but not
5278 " Test for updating a location list for some other window and check that
5279 " 'qftextfunc' uses the correct location list.
5284 " create a window and a location list for it and open the location list
5297 " create another window and a location list for it and open the location
5314 " change the location list for some other window
5607 " Test for win_gettype() in quickfix and location list windows