summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/secure.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes1
2026-04-23fix(trust): hash unchanged empty buffers as empty files #39027Barrett Ruth1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-02-25feat(secure): allow 'path' parameter for trust action 'allow' (#38001)anondeveg1
2025-11-11fix(trust): :trust command on Windows #36509Andrey Starodubtsev1
2025-07-28fix(messages): 'exrc' / secure messagesJustin M. Keyes1
2025-07-28feat(exrc): user must view and explicitly run ":trust" #35069nyngwang1
2025-06-06fix: type fixesLewis Russell1
2025-04-30fix(trust): support for trusting directories #33617Jeremy Fleischman1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-10-04docs: render `@since` versions, 0 means experimental #30649Justin M. Keyes1
2024-03-16refactor(lua): type annotationsLewis Russell1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2023-09-23docs: fix type warningsMaria José Solano1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2022-12-05fix(secure): crash when hitting escape in prompt (#21283)ii141
2022-11-28refactor: rework parameter validation in vim.secure.trust() (#21223)Gregory Anders1
2022-11-28feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll11
2022-11-17feat: add vim.secure.read()Gregory Anders1