neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.16k stars 954 forks source link

fix issues #4879 and #4872 #4885

Closed cridemichel closed 4 months ago

cridemichel commented 5 months ago

this PR fixes issues #4879 and #4872 [#4879] list slicing is used in the function "s:add_highlights_timer", instead of a very slow for loop [#4872] ignore error E964

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (9c079ad) 98.59% compared to head (7851a7a) 98.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4885 +/- ## ========================================== + Coverage 98.59% 98.61% +0.01% ========================================== Files 273 273 Lines 26009 26009 Branches 5395 5395 ========================================== + Hits 25644 25648 +4 + Misses 213 210 -3 + Partials 152 151 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.