This commit is contained in:
Kovid Goyal 2022-11-14 10:30:02 +05:30
parent 59b43ee844
commit a5d05a2954
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -173,7 +173,7 @@ func (self *Readline) Shutdown() {
}
func (self *Readline) AddHistoryItem(hi HistoryItem) {
self.history.add_item(hi)
self.history.merge_items(hi)
}
func (self *Readline) ResetText() {