We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100bee7 commit e288dd4Copy full SHA for e288dd4
1 file changed
autoload/gitgutter/hunk.vim
@@ -468,7 +468,7 @@ function! s:open_hunk_preview_window()
468
469
" Specifying where to open the preview window can lead to the cursor going
470
" to an unexpected window when the preview window is closed (#769).
471
- noautocmd execute g:gitgutter_preview_win_location 'pedit gitgutter://hunk-preview'
+ silent! noautocmd execute g:gitgutter_preview_win_location 'pedit gitgutter://hunk-preview'
472
silent! wincmd P
473
setlocal statusline=%{''}
474
doautocmd WinEnter
0 commit comments