mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 19:00:25 +00:00
Fix '> save' command
This commit is contained in:
parent
dd10869eca
commit
a915cf9283
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ func (i *InfoBuf) DonePrompt(canceled bool) {
|
|||
h := i.History[i.PromptType]
|
||||
h[len(h)-1] = resp
|
||||
}
|
||||
i.PromptCallback = nil
|
||||
// i.PromptCallback = nil
|
||||
}
|
||||
i.Replace(i.Start(), i.End(), "")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue