Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Diagnostic float: Record position before debounce time
It seems that we should be recording the current buffer, cursor position and change tick before we wait to see if the float should be shown or not. Otherwise, if any of the above change during the `g:lsp_diagnostics_float_delay` our recording would be incorrect.
- Loading branch information