From 8e46ce41207364350c5bf9076e07b00555fcab7f Mon Sep 17 00:00:00 2001 From: aakriti-jain Date: Thu, 11 Oct 2018 15:30:35 +0530 Subject: [PATCH] Make installer default editor message clear Fixes git-for-windows/git#1872 Signed-off-by: aakriti-jain --- installer/install.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.iss b/installer/install.iss index 9df569a688..bd8d5489fe 100644 --- a/installer/install.iss +++ b/installer/install.iss @@ -1324,7 +1324,7 @@ begin // 2nd choice Top:=TopOfLabels; CbbEditor.Items.Add('Use Vim (the ubiquitous text editor) as Git'+#39+'s default editor'); - CreateItemDescription(EditorPage,'The Vim editor, while powerful, can be hard to use. Its user interface is'+#13+'unintuitive and its key bindings are awkward.'+#13+#13+'Note: Vim is the default editor of Git for Windows only for historical reasons, and'+#13+'it is highly recommended to switch to a modern GUI editor instead.',Top,Left,LblEditor[GE_VIM],False); + CreateItemDescription(EditorPage,'The Vim editor, while powerful, can be hard to use. Its user interface is'+#13+'unintuitive and its key bindings are awkward.'+#13+#13+'Note: Vim is the default editor of Git for Windows only for historical reasons, and'+#13+'it is highly recommended to switch to a modern GUI editor instead.'+#13+#13+'Note: This will leave the '+#39+'core.editor'+#39+' option unset, which will make Git fall back'+#13+'to the '+#39+'EDITOR'+#39+' environment variable. The default Editor is Vim.',Top,Left,LblEditor[GE_VIM],False); EditorAvailable[GE_VIM]:=True; // 3rd choice