mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
Make statusline blank in hunk preview window
I would prefer to remove the statusline altogether in the hunk preview window, making it consistent with the floating preview window. However I do not think that is possible; the best one can do is make it blank.
This commit is contained in:
@@ -475,6 +475,7 @@ function! s:open_hunk_preview_window()
|
|||||||
doautocmd WinEnter
|
doautocmd WinEnter
|
||||||
set previewwindow
|
set previewwindow
|
||||||
endif
|
endif
|
||||||
|
setlocal statusline=%{''}
|
||||||
if exists('*win_getid')
|
if exists('*win_getid')
|
||||||
let s:winid = win_getid()
|
let s:winid = win_getid()
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user