浏览代码

Set default encryption algorithm

pull/10/head
父节点
当前提交
279e2bf7bf
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      vimrc

+ 3
- 0
vimrc 查看文件

@@ -3,6 +3,9 @@ filetype off

filetype plugin indent on

" Use blowfish2 algorithm for encryption (:X)
set cm=blowfish2

" Activate syntax highlighting
syntax on



正在加载...
取消
保存