From 8925b161a75aed3162292c2ed0e2c0135fd91a54 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 3 Mar 2019 12:44:10 +1100 Subject: windows support for skipping the editor --- pkg/commands/os_default_platform.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg/commands/os_default_platform.go') diff --git a/pkg/commands/os_default_platform.go b/pkg/commands/os_default_platform.go index bf13b8e4e..73e453b6b 100644 --- a/pkg/commands/os_default_platform.go +++ b/pkg/commands/os_default_platform.go @@ -15,6 +15,5 @@ func getPlatform() *Platform { openCommand: "open {{filename}}", openLinkCommand: "open {{link}}", fallbackEscapedQuote: "\"", - skipEditorArg: "-c core.editor=true", } } -- cgit v1.2.3