Merge pull request #936 from h3xx/fix-logic-simplicity
Simplify logic on if statement
This commit is contained in:
commit
8afd72d886
@ -27,8 +27,7 @@ function! s:init()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:on_window_changed()
|
function! s:on_window_changed()
|
||||||
if pumvisible() && (!&previewwindow ||
|
if pumvisible() && (!&previewwindow || g:airline_exclude_preview)
|
||||||
\ (g:airline_exclude_preview && &previewwindow))
|
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
call s:init()
|
call s:init()
|
||||||
|
Loading…
Reference in New Issue
Block a user