aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/base64.lua
Commit message (Collapse)AuthorAge
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
Add base64 encode() and decode() functions to a vim.base64 module.