diff options
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r-- | runtime/optwin.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim index 056d24c3a..06a76624d 100644 --- a/runtime/optwin.vim +++ b/runtime/optwin.vim @@ -975,6 +975,9 @@ if !has("msdos") call append("$", "\t(local to buffer)") call <SID>BinOptionL("sn") endif +call append("$", "cryptmethod\tsimple (0) or complex (1) encryption method for file writing") +call append("$", "\t(local to buffer)") +call <SID>OptionL("cm") call <SID>Header("the swap file") |