Closed tanvirtin closed 2 years ago
local live_signs = buffer:clear_cached_live_signs()
local live_signs = buffer:get_cached_live_signs()
LiveGutter:sync
local live_signs = buffer:clear_cached_live_signs()
was being called overlocal live_signs = buffer:get_cached_live_signs()
.LiveGutter:sync
ensures that the buffer for which signs are shown is valid.