mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-15 19:45:46 +08:00
fix(notify): fix E488 Trailing characters
This commit is contained in:
parent
4811d57907
commit
b565b3d6fb
@ -242,7 +242,7 @@ function! s:self.redraw_windows() abort
|
|||||||
\ 'focusable' : v:false,
|
\ 'focusable' : v:false,
|
||||||
\ })
|
\ })
|
||||||
if self.winblend > 0 && exists('&winblend')
|
if self.winblend > 0 && exists('&winblend')
|
||||||
&& exists('*nvim_win_set_option')
|
\ && exists('*nvim_win_set_option')
|
||||||
call nvim_win_set_option(self.winid, 'winblend', self.winblend)
|
call nvim_win_set_option(self.winid, 'winblend', self.winblend)
|
||||||
call nvim_win_set_option(self.border.winid, 'winblend', self.winblend)
|
call nvim_win_set_option(self.border.winid, 'winblend', self.winblend)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user