mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-25 23:14:50 +02:00
delete redrawstatus
This is unnecessary. Removing it will still work properly and improve performance.
This commit is contained in:
parent
2c45d3c1aa
commit
2d9e88794d
@ -43,6 +43,5 @@ function! s:update_searchcount(timer) abort
|
|||||||
if a:timer ==# s:searchcount_timer
|
if a:timer ==# s:searchcount_timer
|
||||||
call searchcount(#{
|
call searchcount(#{
|
||||||
\ recompute: 1, maxcount: 0, timeout: 100})
|
\ recompute: 1, maxcount: 0, timeout: 100})
|
||||||
redrawstatus
|
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user