diff options
Diffstat (limited to 'runtime/lua/vim/secure.lua')
-rw-r--r-- | runtime/lua/vim/secure.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/secure.lua b/runtime/lua/vim/secure.lua index 41a3d3ba25..266725cce2 100644 --- a/runtime/lua/vim/secure.lua +++ b/runtime/lua/vim/secure.lua @@ -41,6 +41,7 @@ end --- trusted. The user's choice is persisted in a trust database at --- $XDG_STATE_HOME/nvim/trust. --- +---@since 11 ---@see |:trust| --- ---@param path (string) Path to a file to read. @@ -126,6 +127,7 @@ end --- --- The trust database is located at |$XDG_STATE_HOME|/nvim/trust. --- +---@since 11 ---@param opts vim.trust.opts ---@return boolean success true if operation was successful ---@return string msg full path if operation was successful, else error message |