summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/secure_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes1
2026-04-23refactor(test): deduplicate trust tests #39354Justin M. Keyes1
2026-04-23fix(trust): hash unchanged empty buffers as empty files #39027Barrett Ruth1
2026-02-25feat(secure): allow 'path' parameter for trust action 'allow' (#38001)anondeveg1
2026-02-18test: support running functionaltests in parallel by directory (#37918)zeertzjq1
2025-09-24test(lua/secure_spec): clean up properly (#35902)zeertzjq1
2025-07-28fix(messages): 'exrc' / secure messagesJustin M. Keyes1
2025-07-28feat(exrc): user must view and explicitly run ":trust" #35069nyngwang1
2025-04-30fix(trust): support for trusting directories #33617Jeremy Fleischman1
2025-04-29test(lua/secure_spec): avoid magic number (#33700)zeertzjq1
2025-04-03test(lua/secure_spec): fix failure with long path (#33280)zeertzjq1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-25fix(test): typingLewis Russell1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-27test: fix dependencies between test cases (#23343)zeertzjq1
2023-02-18test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq1
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-22test: simplify platform detection (#21020)dundargoc1
2022-11-17feat: add vim.secure.read()Gregory Anders1