Skip to content
Snippets Groups Projects
Commit 0e1673ae authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

Fix test 72 not setting encryption method. (Dominique Pelle)

parent 3b72f1d2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment