mirror of
				https://github.com/zsh-users/zsh-autosuggestions.git
				synced 2025-10-30 15:26:29 +08:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			98dee63748
			...
			75cd3460c3
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 75cd3460c3 | ||
|   | 010ed35cde | 
| @ -253,7 +253,7 @@ _zsh_autosuggest_highlight_reset() { | ||||
| _zsh_autosuggest_highlight_apply() { | ||||
| 	typeset -g _ZSH_AUTOSUGGEST_LAST_HIGHLIGHT | ||||
| 
 | ||||
| 	if (( $#POSTDISPLAY )); then | ||||
| 	if (( ${#POSTDISPLAY} )); then | ||||
| 		typeset -g _ZSH_AUTOSUGGEST_LAST_HIGHLIGHT="$#BUFFER $(($#BUFFER + $#POSTDISPLAY)) $ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE" | ||||
| 		region_highlight+=("$_ZSH_AUTOSUGGEST_LAST_HIGHLIGHT") | ||||
| 	else | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user