Skip to content

Commit ffe5e2f

Browse files
committed
Update
1 parent a682790 commit ffe5e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function init()
1111
config.MakeCommand("gofmt", "go.gofmt", config.NoComplete)
1212
config.MakeCommand("gorename", "go.gorename", config.NoComplete)
1313

14-
config.AddRuntimeFile("go-plugin", config.RTHelp, "help/go-plugin.md")
14+
config.AddRuntimeFile("go", config.RTHelp, "help/go-plugin.md")
1515
config.TryBindKey("F6", "command-edit:gorename ", false)
1616
config.MakeCommand("gorename", "go.gorenameCmd", config.NoComplete)
1717
end

0 commit comments

Comments
 (0)