Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: iwyu (#26062) | zeertzjq | 2023-11-16 |
| | |||
* | build: remove PVS | dundargoc | 2023-11-12 |
| | | | | | | | We already have an extensive suite of static analysis tools we use, which causes a fair bit of redundancy as we get duplicate warnings. PVS is also prone to give false warnings which creates a lot of work to identify and disable. | ||
* | fix(PVS/V009): add top-level message | dundargoc | 2023-11-11 |
| | |||
* | feat(stdlib): add vim.base64 module (#25843) | Gregory Anders | 2023-10-31 |
Add base64 encode() and decode() functions to a vim.base64 module. |