Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(vim.validate): improve fast form and deprecate spec form | Lewis Russell | 2024-10-21 |
| | | | | | | | | | | | | | | Problem: `vim.validate()` takes two forms when it only needs one. Solution: - Teach the fast form all the features of the spec form. - Deprecate the spec form. - General optimizations for both forms. - Add a `message` argument which can be used alongside or in place of the `optional` argument. | ||
* | refactor: rename vim.highlight => vim.hl | Justin M. Keyes | 2024-10-21 |
Problem: - `vim.highlight` module does not follow `:help dev-name-common`, which documents the name for "highlight" as "hl". - Shorter names are usually preferred. Solution: Rename `vim.highlight` to `vim.hl`. This is not a breaking change until 2.0 (or maybe never). |