Many new features:
- Open the qf/loc window at the bottom or the top of the screen.
- Automatic opening of the qf/loc window can be disabled.
- Automatic resizing of the qf/loc window can be enabled.
- Max size of the qf/loc window can be defined.
- Automatic quitting can be disabled.
:Keep
and:Reject
can work on bufname or text or both or neither, in which case they work on the word under the cursor.- Views are saved for better comfort while toggling windows.
- "Stay" variants of the toggle mappings.
Potentially breaking changes:
<Plug>
mappings have new more readable names. Efforts have been made to maintain backward compatibility but new mappings will follow the new naming scheme so it may be a good idea to change your custom mappings now. Following is a table showing the new names:
Old name | New name |
---|---|
<Plug>QfCprevious |
<Plug>qf_qf_previous |
<Plug>QfCnext |
<Plug>qf_qf_next |
<Plug>QfLprevious |
<Plug>qf_loc_previous |
<Plug>QfLnext |
<Plug>qf_loc_next |
<Plug>QfSwitch |
<Plug>qf_qf_switch |
<Plug>QfCtoggle |
<Plug>qf_qf_toggle |
<Plug>QfLtoggle |
<Plug>qf_loc_toggle |