summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-30 21:49:07 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-30 21:49:07 +0200
commit0e1673aef4e2f33213f49c195844cbdf83756c7b (patch)
treebdaeb5cf1f71dbcc2e497c0e4c18cc22ac11cedb /src
parent3b72f1d2aa702c6df0d093b39be646a96c11dfb7 (diff)
Fix test 72 not setting encryption method. (Dominique Pelle)
Diffstat (limited to 'src')
-rw-r--r--src/testdir/test72.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testdir/test72.in b/src/testdir/test72.in
index ada2654b26..07d362facf 100644
--- a/src/testdir/test72.in
+++ b/src/testdir/test72.in
@@ -49,9 +49,9 @@ dd:set ul=100
:e Xtestfile
uuu:w >>test.out
:"
-:" And now with encryption, cryptmethod=0
+:" And now with encryption, cryptmethod=zip
:e! Xtestfile
-:set undofile cm=0
+:set undofile cm=zip
ggdG
imonday
tuesday
@@ -72,9 +72,9 @@ foobar
uu:w >>test.out
:"
:"
-:" With encryption, cryptmethod=1
+:" With encryption, cryptmethod=blowfish
:e! Xtestfile
-:set undofile cm=1
+:set undofile cm=blowfish
ggdG
ijan
feb