mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Rewrite gofmt and goimports as plugins
This commit is contained in:
@@ -261,7 +261,7 @@ func main() {
|
||||
case tcell.KeyCtrlG:
|
||||
if !helpOpen {
|
||||
helpBuffer := NewBuffer(helpTxt, "help.md")
|
||||
helpBuffer.name = "Help"
|
||||
helpBuffer.Name = "Help"
|
||||
helpOpen = true
|
||||
view.OpenBuffer(helpBuffer)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user