Sfoglia il codice sorgente

Set encryption algorithm (#10)

master
Jérôme Deuchnord 4 anni fa
committed by Gitea
parent
commit
f215a4db50
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      vimrc

+ 3
- 0
vimrc Vedi File

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

filetype plugin indent on

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

" Activate syntax highlighting
syntax on



Caricamento…
Annulla
Salva