LINUX.ORG.RU

История изменений

Исправление wisedraco, (текущая версия) :

http://blog.learningtree.com/encrypting-with-vim/


The safest way to do this is to add the following to your ~/.vimrc file:

set cm=blowfish2
set viminfo=
set nobackup
set nowritebackup

Исходная версия wisedraco, :

http://blog.learningtree.com/encrypting-with-vim/

The safest way to do this is to add the following to your ~/.vimrc file:

set cm=blowfish2 set viminfo= set nobackup set nowritebackup