Skip to content

Releases: yssl/QFEnter

2.4.3

15 Oct 23:08
Compare
Choose a tag to compare
  • Add a new option g:qfenter_autoclose and deprecate g:qfenter_enable_autoquickfix. Thanks for the suggestion auto-close quickfix, minhduc0711!

2.4.2

15 Oct 04:01
Compare
Choose a tag to compare
  • 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

07 Oct 04:03
Compare
Choose a tag to compare
  • Add an option for the policy to determine the previous window / tab' - g:qfenter_custom_map_list. Thanks for the suggestions, Konfekt and mckellyln!

2.4.0

05 Oct 07:01
Compare
Choose a tag to compare
  • 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

03 Mar 21:33
Compare
Choose a tag to compare
  • Bug fix for deprecated variable(g:qfenter_keep_quickfixfocus) checking.
  • Update documents for customization.

2.3.0

28 Feb 02:53
Compare
Choose a tag to compare
  • Key mapping setup has totally changed for more flexible customizing.

2.2.2

25 May 22:43
Compare
Choose a tag to compare
  • Avoid messages when mappings are executed.
  • E553 of cn & cp commands
  • Modelines, clean up vimdoc formatting and edit text
  • Support location list

2.2.1

17 Mar 01:40
Compare
Choose a tag to compare
  • update document for 'switchbuf' option.

2.2.0

17 Mar 00:53
Compare
Choose a tag to compare
  • now QFEnter supports vim's 'switchbuf' option.
    if you change 'switchbuf' option, QFEnter adapts its behavior to the changed option.
  • thanks to sergey-vlasov!

2.1.0

28 Jan 01:54
Compare
Choose a tag to compare
  • 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!