aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/base64.c
Commit message (Collapse)AuthorAge
* refactor: iwyu (#26062)zeertzjq2023-11-16
|
* build: remove PVSdundargoc2023-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 messagedundargoc2023-11-11
|
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
Add base64 encode() and decode() functions to a vim.base64 module.