mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-17 19:40:27 +01:00
Currently the tags will always get updated immediately when writing a file. However, for large files that can slow down the writing process noticeably, leading to annoying pauses. This commit instead defers the updating process to the first CursorHold/CursorHoldI event after writing a file, which should make the process much less noticeable. Closes #289 Closes #381 References SpaceVim/SpaceVim#129