Skip to content

Commit bdc4d71

Browse files
author
Yatao Li
committed
fix #253
1 parent 2d9ea84 commit bdc4d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fvim.fsproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<_LastSelectedProfileId>F:\git\fvim\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
5-
<ActiveDebugProfile>norc</ActiveDebugProfile>
5+
<ActiveDebugProfile>fvim</ActiveDebugProfile>
66
</PropertyGroup>
77
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
88
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor>

shell.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let private win32RegisterFileAssociation() =
8181
_edit.SetValue("", "Open with FVim")
8282
_edit.SetValue("Icon", fvicon)
8383
use command = _edit.CreateSubKey("command")
84-
command.SetValue("", $"{exe}\" \"%%1\"")
84+
command.SetValue("", $"\"{exe}\" \"%%1\"")
8585

8686
// https://docs.microsoft.com/en-us/windows/desktop/shell/app-registration
8787
do

0 commit comments

Comments
 (0)