Skip to content

Commit

Permalink
Fix for locationlist or quickfix list stealing focus on save.
Browse files Browse the repository at this point in the history
Related to issue fatih#1073.
  • Loading branch information
mikijov committed Feb 21, 2018
1 parent cc0467c commit 91f71e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/go/list.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 91f71e6

Please sign in to comment.