mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +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,
|
||||
\ })
|
||||
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.border.winid, 'winblend', self.winblend)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user