tpope / vim-fugitive

fugitive.vim: A Git wrapper so awesome, it should be illegal
https://www.vim.org/scripts/script.php?script_id=2975
20.03k stars 1.01k forks source link

Gclog didn't focus on quickfix window #2267

Closed yimingwangdell closed 8 months ago

yimingwangdell commented 8 months ago

after running :Gclog, cursor didn't jump to quickfix window.

yimingwangdell commented 8 months ago

need a flag to enable focusing on qf window.

yimingwangdell commented 8 months ago

execute :copen fix this.