4 lines
55 B
VimL
4 lines
55 B
VimL
if v:version >= 704
|
|
set cryptmethod=blowfish
|
|
endif
|
if v:version >= 704
|
|
set cryptmethod=blowfish
|
|
endif
|