Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
damien
/
fmail
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
5
Wiki
Attività
Sfoglia il codice sorgente
Use vi instead of vim as the default editor
master
Damien Goutte-Gattat
9 anni fa
parent
5ba0a7ed89
commit
145e8cef27
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
src/fmail.c
+ 1
- 1
src/fmail.c
Vedi File
@ -419,7 +419,7 @@ get_editor(void)
if
(
!
(
editor
=
getenv
(
"
EDITOR
"
)
)
)
if
(
!
(
editor
=
getenv
(
"
VISUAL
"
)
)
)
editor
=
"
vi
m
"
;
editor
=
"
vi
"
;
return
editor
;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva