Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix broken/buggy lua examples (#943)
* docs: fix lua syntax error * docs: fix custom_areas example Previously a new highlight was created and cached for each index. For example when the result table only has a warning, an orange color highlight will be created and cached for index 1. Then the user fixes the warning but generates an error with index 1, the orange color will be reused from the cache rather than creating a highlight for the associated red color. Using an existing highlight with link will avoid using that cache entirely. * docs: fix sort_by function example `buffer_a.modified` returned a bool rather than a number.
- Loading branch information