diff options
Diffstat (limited to 'runtime/lua/vim/secure.lua')
| -rw-r--r-- | runtime/lua/vim/secure.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/lua/vim/secure.lua b/runtime/lua/vim/secure.lua index 784b4d5ff0..9f5463ac98 100644 --- a/runtime/lua/vim/secure.lua +++ b/runtime/lua/vim/secure.lua @@ -162,9 +162,10 @@ end --- @class vim.trust.opts --- @inlinedoc --- ---- - `'allow'` to add a file to the trust database and trust it, ---- - `'deny'` to add a file to the trust database and deny it, ---- - `'remove'` to remove file from the trust database +--- One of: +--- - `'allow'` to add a file to the trust database and trust it, +--- - `'deny'` to add a file to the trust database and deny it, +--- - `'remove'` to remove file from the trust database --- @field action 'allow'|'deny'|'remove' --- --- Path to a file to update. Mutually exclusive with {bufnr}. |
