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
|
||||
call searchcount(#{
|
||||
\ recompute: 1, maxcount: 0, timeout: 100})
|
||||
redrawstatus
|
||||
endif
|
||||
endfunction
|
||||
|
|
Loading…
Reference in New Issue