mirror of
				https://github.com/zsh-users/zsh-syntax-highlighting.git
				synced 2025-10-23 15:46:27 +08:00 
			
		
		
		
	Added quotes to suppress error
This commit is contained in:
		
							parent
							
								
									bb0d575942
								
							
						
					
					
						commit
						966eb851ca
					
				| @ -107,7 +107,7 @@ typeset -gA ZSH_HIGHLIGHT_STYLES | ||||
| # Returns 0 if the buffer has changed since _zsh_highlight was last called. | ||||
| _zsh_highlight_buffer_modified() | ||||
| { | ||||
|   [[ ${_ZSH_HIGHLIGHT_PRIOR_BUFFER:-} != $BUFFER ]] | ||||
|   [[ "${_ZSH_HIGHLIGHT_PRIOR_BUFFER:-}" != "$BUFFER" ]] | ||||
| } | ||||
| 
 | ||||
| # Whether the cursor has moved or not. | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jan M. Binder
						Jan M. Binder