un outil de sondage - retour accueil
git clone git://bebou.netlib.re/kun
Log | Files | Refs | README |
commit ddd46c4aa00c081d1966ae72b0a6d180460414ee parent 22d8d6e6863894e6135608ca140e227310f35867 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Tue, 19 Nov 2024 10:19:33 +0100 Edition via vim simplifiée Diffstat:
M | commands.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands.sh b/commands.sh @@ -10,7 +10,7 @@ create() { if [ -n "$text" ];then echo "$text" > $folder/question \ || { _die "erreur à l'écriture du sondage $id";return 1; } - else ${EDITOR:-vim} $folder/question + else ${EDITOR:-vim -y -c 'set ls=2|set stl=ctrl+q\ pour\ quitter'} $folder/question fi if [ -s "$folder/question" ];then _success "Sondage {$id} créé avec succès"