mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix(readline): remove duplicate code
This commit is contained in:
		
							parent
							
								
									92d0e195ab
								
							
						
					
					
						commit
						925ded6cea
					
				| @ -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) | ||||
| 	} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user