mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 20:24:27 +08:00
delete redrawstatus
This is unnecessary. Removing it will still work properly and improve performance.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user