fix(readline): remove duplicate code

pull/128/head
TorchedSammy 2022-03-17 19:57:57 -04:00
parent 92d0e195ab
commit 925ded6cea
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 0 additions and 3 deletions

View File

@ -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)
}