mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 14:47:16 +09:00
Fix '> save' command
This commit is contained in:
@@ -146,7 +146,7 @@ func (i *InfoBuf) DonePrompt(canceled bool) {
|
|||||||
h := i.History[i.PromptType]
|
h := i.History[i.PromptType]
|
||||||
h[len(h)-1] = resp
|
h[len(h)-1] = resp
|
||||||
}
|
}
|
||||||
i.PromptCallback = nil
|
// i.PromptCallback = nil
|
||||||
}
|
}
|
||||||
i.Replace(i.Start(), i.End(), "")
|
i.Replace(i.Start(), i.End(), "")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user