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.
This commit is contained in:
Michael Reed
2014-11-22 23:55:30 -05:00
parent 930e58c56d
commit 497a688ebc
20 changed files with 22 additions and 339 deletions

View File

@@ -2,7 +2,7 @@ Tests for sha256() function. vim: set ft=vim et ts=2 sw=2 :
STARTTEST
:so small.vim
:if !has('cryptv') || !exists('*sha256')
:if !exists('*sha256')
e! test.ok
wq! test.out
:endif