Releases: yssl/QFEnter
Releases · yssl/QFEnter
2.4.3
2.4.2
- Change the default value of g:qfenter_excluded_action to 'next'
- Fix the behavior in the case of undefined g:qfenter_excluded_action and g:qfenter_prevtabwin_policy
- Add option to use next window when excluded. Thanks for the PR, mmrwoods!
- Fix g:qfenter_prevtabwin_policy behavior when switchbuf=usetab or useopen is used and fix a bug with 'open' cmds. Thanks for the suggestions, Konfekt!
- Fix prevtabwin_policy tag name in doc. Thanks for the PR, tssm!
2.4.1
2.4.0
- Remove the deprecated commands from 2.3.0: g:qfenter_*_map, g:qfenter_keep_quickfixfocus
- Support custom functions to specify target window through g:qfenter_custom_map_list. Thanks to p0deje!
- Add an option to prevent quickfix items from opening in windows of certain filetypes. Thanks to lsaint!
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
- subdivide g:qfenter_keep_quickfixfocus option for each command.
e.g. g:qfenter_keep_quickfixfocus.open, g:qfenter_keep_quickfixfocus.cnext,
g:qfenter_keep_quickfixfocus.cprev - bug fix : not updated window for already opened file when g:qfenter_keep_quickfixfocus==1
- thanks for mMontu!