mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	
							parent
							
								
									4ab273e19a
								
							
						
					
					
						commit
						f6bc949c05
					
				@ -60,11 +60,7 @@ zstyle '*' single-ignored show
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
if [[ $COMPLETION_WAITING_DOTS = true ]]; then
 | 
					if [[ $COMPLETION_WAITING_DOTS = true ]]; then
 | 
				
			||||||
  expand-or-complete-with-dots() {
 | 
					  expand-or-complete-with-dots() {
 | 
				
			||||||
    # toggle line-wrapping off and back on again
 | 
					    print -Pn "%F{red}…%f"
 | 
				
			||||||
    [[ -n "$terminfo[rmam]" && -n "$terminfo[smam]" ]] && echoti rmam
 | 
					 | 
				
			||||||
    print -Pn "%{%F{red}......%f%}"
 | 
					 | 
				
			||||||
    [[ -n "$terminfo[rmam]" && -n "$terminfo[smam]" ]] && echoti smam
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    zle expand-or-complete
 | 
					    zle expand-or-complete
 | 
				
			||||||
    zle redisplay
 | 
					    zle redisplay
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user