aboutsummaryrefslogtreecommitdiff
path: root/runtime/optwin.vim
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2014-11-22 23:55:30 -0500
committerMichael Reed <m.reed@mykolab.com>2014-12-03 14:46:37 -0500
commit497a688ebc115c6535360f08464309ede9fba0cf (patch)
tree456db0404ce360b9a7d79f02bb4a8f92d2bd7af0 /runtime/optwin.vim
parent930e58c56d75d585b560dc30df217e87b6feaee0 (diff)
downloadrneovim-497a688ebc115c6535360f08464309ede9fba0cf.tar.gz
rneovim-497a688ebc115c6535360f08464309ede9fba0cf.tar.bz2
rneovim-497a688ebc115c6535360f08464309ede9fba0cf.zip
Remove remaining crypto references
Closes https://github.com/neovim/docs/pull/26 Also added stubs for 'cryptmethod' and 'key', and placeholders for explanation regarding removal of crypto functionality.
Diffstat (limited to 'runtime/optwin.vim')
-rw-r--r--runtime/optwin.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/optwin.vim b/runtime/optwin.vim
index 22581ed98b..40498f61b2 100644
--- a/runtime/optwin.vim
+++ b/runtime/optwin.vim
@@ -992,8 +992,6 @@ if !has("msdos")
call append("$", "\t(local to buffer)")
call <SID>BinOptionL("sn")
endif
-call append("$", "cryptmethod\tencryption method for file writing: zip or blowfish")
-call append("$", "\t(local to buffer)")
call <SID>OptionL("cm")