diff --git a/readline/tab.go b/readline/tab.go index 7c86386..231f3f8 100644 --- a/readline/tab.go +++ b/readline/tab.go @@ -96,9 +96,6 @@ func (rl *Instance) getTabSearchCompletion() { // Set the hint for this completion mode rl.hintText = append([]rune("Completion search: "), rl.tfLine...) - // Set the hint for this completion mode - rl.hintText = append([]rune("Completion search: "), rl.tfLine...) - for _, g := range rl.tcGroups { g.updateTabFind(rl) }