diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-11-22 23:55:30 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-03 14:46:37 -0500 |
commit | 497a688ebc115c6535360f08464309ede9fba0cf (patch) | |
tree | 456db0404ce360b9a7d79f02bb4a8f92d2bd7af0 /runtime/doc/todo.txt | |
parent | 930e58c56d75d585b560dc30df217e87b6feaee0 (diff) | |
download | rneovim-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/doc/todo.txt')
-rw-r--r-- | runtime/doc/todo.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 1cab028bc2..0743f2f208 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -3373,8 +3373,6 @@ Built-in script language: Patch by Ilya Sher, 2004 Mar 4. Return a list instead. char2hex() convert char string to hex string. - crypt() encrypt string - decrypt() decrypt string base64enc() base 64 encoding base64dec() base 64 decoding attributes() return file protection flags "drwxrwxrwx" |