mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
Remove unnecessary space concatenation.
This commit is contained in:
@@ -236,7 +236,7 @@ function! gitgutter#preview_hunk() abort
|
||||
|
||||
silent! wincmd P
|
||||
if !&previewwindow
|
||||
noautocmd execute 'bo ' . &previewheight . ' new'
|
||||
noautocmd execute 'bo' &previewheight 'new'
|
||||
set previewwindow
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user