Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(vim.text): remove assert from vim.text.hexdecode | Gregory Anders | 2024-05-31 |
| | | | | Instead, return nil plus an error message if the input is invalid. | ||
* | refactor(lua): type annotations | Lewis Russell | 2024-03-16 |
| | |||
* | fix(docs): clean up non-docstring comments for vimdoc gen | Jongwook Choi | 2024-01-02 |
| | | | | | These non-docstring comments can be included into doxygen's brief description and then appear in the succeeding function documentation. | ||
* | feat: add vim.text module (#26069) | Gregory Anders | 2023-11-16 |