diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-26 20:14:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-26 20:14:56 +0200 |
commit | 1eceadaf481e34ed8155011534159775697ce884 (patch) | |
tree | 9702813aaebc0ea9b0c213265be56ab61a0c360f /src/testdir/test_crypt.vim | |
parent | c79d6aa01d86cd98cffddc80825c1c600e833bbf (diff) | |
download | vim-git-1eceadaf481e34ed8155011534159775697ce884.tar.gz |
patch 8.0.0014v8.0.0014
Problem: Crypt tests are old style.
Solution: Convert to new style.
Diffstat (limited to 'src/testdir/test_crypt.vim')
-rw-r--r-- | src/testdir/test_crypt.vim | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/testdir/test_crypt.vim b/src/testdir/test_crypt.vim index 96b8b1bfa..4e9cc2e51 100644 --- a/src/testdir/test_crypt.vim +++ b/src/testdir/test_crypt.vim @@ -1,5 +1,8 @@ " Tests for encryption. -" TODO: include tests from test71. + +if !has('cryptv') + finish +endif func Common_head_only(text) " This was crashing Vim |