diff options
author | Gregory Anders <greg@gpanders.com> | 2022-11-06 19:44:30 -0700 |
---|---|---|
committer | Gregory Anders <greg@gpanders.com> | 2022-11-17 08:23:41 -0700 |
commit | 6d9c3d903ecee2d1d21d0a0806f1a2bebe628e8e (patch) | |
tree | 31cb31b570e2263250471ea2ee08be1b41ac8d31 /runtime/doc/vim_diff.txt | |
parent | 294910a1ffd11bea0081c2b92632628ef0462eb1 (diff) | |
download | rneovim-6d9c3d903ecee2d1d21d0a0806f1a2bebe628e8e.tar.gz rneovim-6d9c3d903ecee2d1d21d0a0806f1a2bebe628e8e.tar.bz2 rneovim-6d9c3d903ecee2d1d21d0a0806f1a2bebe628e8e.zip |
refactor: deprecate 'secure' option
Now that 'exrc' files must be explicitly marked trusted there is no need
to constrain what can be done in them.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r-- | runtime/doc/vim_diff.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 357024aca0..b5222c9ddd 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -641,6 +641,9 @@ Options: *'prompt'* *'noprompt'* *'remap'* *'noremap'* *'restorescreen'* *'rs'* *'norestorescreen'* *'nors'* + *'secure'* + Everything is allowed in 'exrc' files since they must be explicitly marked + trusted. *'shelltype'* *'shortname'* *'sn'* *'noshortname'* *'nosn'* *'swapsync'* *'sws'* |