1
0
nvim-config/config/bundle/crypto.vim
2015-03-13 00:21:54 +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