Remove unnecessary space concatenation.

This commit is contained in:
Andy Stewart
2016-10-18 10:14:21 +01:00
parent e113f07d0b
commit b1734a3916

View File

@@ -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