Skip to content

Commit

Permalink
move to the checked buffer after quitting info window (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Dec 21, 2017
1 parent 5f30787 commit add9474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/grammarous/info_win.vim
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ function! grammarous#info_win#action_quit()

execute winnr . 'wincmd w'
unlet b:grammarous_preview_bufnr
wincmd p
return
endfor
" Reach here when the original buffer was already closed
endfunction

function! grammarous#info_win#update(e)
Expand Down

0 comments on commit add9474

Please sign in to comment.