1
0
forked from aniani/vim

updated for version 7.3.1285

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)
This commit is contained in:
Bram Moolenaar
2013-07-01 21:25:25 +02:00
parent 2982e70243
commit f5901aa195
10 changed files with 161 additions and 7 deletions

View File

@@ -1635,7 +1635,10 @@ qf_jump(qi, dir, errornr, forceit)
FOR_ALL_WINDOWS(usable_win_ptr)
if (usable_win_ptr->w_llist == ll_ref
&& usable_win_ptr->w_buffer->b_p_bt[0] != 'q')
{
usable_win = 1;
break;
}
}
if (!usable_win)