Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clear_all_highlights: check if buffer is loaded (#709)
when buffer is not loaded, len(getbufline(...)) returns 0, calling prop_remove(..., lnum=1, lnum-end=0) which fails with invalid range error
- Loading branch information