neovim/runtime/lua
Gregory Anders f1922e78a1 feat: add vim.secure.read()
This function accepts a path to a file and prompts the user if the file
is trusted. If the user confirms that the file is trusted, the contents
of the file are returned. The user's decision is stored in a trust
database at $XDG_STATE_HOME/nvim/trust. When this function is invoked
with a path that is already marked as trusted in the trust database, the
user is not prompted for a response.
2022-11-17 08:23:41 -07:00
..
nvim feat(checkhealth): use "help" syntax, avoid tabpage #20879 2022-11-11 18:33:31 -08:00
vim feat: add vim.secure.read() 2022-11-17 08:23:41 -07:00
health.lua refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720 2022-05-31 11:10:18 -07:00
man.lua fix(man.lua): use env command (#21007) 2022-11-09 23:26:02 +00:00