diff --git a/autoload/go/list.vim b/autoload/go/list.vim index 38a65fafbc..22e3e39b2f 100644 --- a/autoload/go/list.vim +++ b/autoload/go/list.vim @@ -44,6 +44,7 @@ function! go#list#Window(listtype, ...) abort else exe 'copen ' . height endif + wincmd p " the cursor jumped to qf: go back to the active window endfunction