noop: Make a whitespace-only change to reduce noise in the next commit.
This commit is contained in:
		
							parent
							
								
									66ae59eccc
								
							
						
					
					
						commit
						d2594c1157
					
				|  | @ -341,9 +341,10 @@ _zsh_highlight_call_widget() | ||||||
|   _zsh_highlight |   _zsh_highlight | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| # Rebind all ZLE widgets to make them invoke _zsh_highlights. | if true; then | ||||||
| _zsh_highlight_bind_widgets() |   # Rebind all ZLE widgets to make them invoke _zsh_highlights. | ||||||
| { |   _zsh_highlight_bind_widgets() | ||||||
|  |   { | ||||||
|     setopt localoptions noksharrays |     setopt localoptions noksharrays | ||||||
|     typeset -F SECONDS |     typeset -F SECONDS | ||||||
|     local prefix=orig-s$SECONDS-r$RANDOM # unique each time, in case we're sourced more than once |     local prefix=orig-s$SECONDS-r$RANDOM # unique each time, in case we're sourced more than once | ||||||
|  | @ -406,7 +407,8 @@ _zsh_highlight_bind_widgets() | ||||||
|            fi |            fi | ||||||
|       esac |       esac | ||||||
|     done |     done | ||||||
| } |   } | ||||||
|  | fi | ||||||
| 
 | 
 | ||||||
| if (( $zsh_highlight_use_redrawhook )); then | if (( $zsh_highlight_use_redrawhook )); then | ||||||
|   _zsh_highlight__zle-line-finish() { |   _zsh_highlight__zle-line-finish() { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue