1
0
nvim-config/config/plugins/crypto.vim
2015-03-14 14:19:13 +01:00

6 lines
177 B
VimL

if v:version >= 704
set cryptmethod=blowfish
au BufReadPost * if &key != "" | set noswapfile nowritebackup viminfo= nobackup noshelltemp history=0 secure | endif
endif