fix potential performance problems with completeopt+=preview
This commit is contained in:
parent
42cb6317c2
commit
c517f9c6f9
|
@ -72,6 +72,9 @@ function! s:init()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:on_window_changed()
|
function! s:on_window_changed()
|
||||||
|
if pumvisible()
|
||||||
|
return
|
||||||
|
endif
|
||||||
call <sid>init()
|
call <sid>init()
|
||||||
call airline#update_statusline()
|
call airline#update_statusline()
|
||||||
endfunction
|
endfunction
|
||||||
|
|
Loading…
Reference in New Issue