aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-03 17:33:33 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-03 17:33:33 -0500
commit81530e581615528bc4f57348ed92c46ca49a4657 (patch)
tree456db0404ce360b9a7d79f02bb4a8f92d2bd7af0 /src
parent930e58c56d75d585b560dc30df217e87b6feaee0 (diff)
parent497a688ebc115c6535360f08464309ede9fba0cf (diff)
downloadrneovim-81530e581615528bc4f57348ed92c46ca49a4657.tar.gz
rneovim-81530e581615528bc4f57348ed92c46ca49a4657.tar.bz2
rneovim-81530e581615528bc4f57348ed92c46ca49a4657.zip
Merge pull request #1563 from Pyrohh/cleanup-docs-encryption
doc: remove remaining crypto references
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test90.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test90.in b/src/nvim/testdir/test90.in
index 6bac414f31..3c0d8c030c 100644
--- a/src/nvim/testdir/test90.in
+++ b/src/nvim/testdir/test90.in
@@ -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