Revert "apply suffix and isearch zle_highlights on top"
This reverts commit 79e4d3d124.
			
			
This commit is contained in:
		
							parent
							
								
									39ab1b7321
								
							
						
					
					
						commit
						31250c77bf
					
				|  | @ -142,12 +142,6 @@ _zsh_highlight() | ||||||
|     # yank / paste (zsh-5.1.1 and newer) |     # yank / paste (zsh-5.1.1 and newer) | ||||||
|     (( $+YANK_ACTIVE )) && (( YANK_ACTIVE )) && _zsh_highlight_apply_zle_highlight paste standout "$YANK_START" "$YANK_END" |     (( $+YANK_ACTIVE )) && (( YANK_ACTIVE )) && _zsh_highlight_apply_zle_highlight paste standout "$YANK_START" "$YANK_END" | ||||||
| 
 | 
 | ||||||
|     # isearch |  | ||||||
|     (( $+ISEARCH_ACTIVE )) && (( ISEARCH_ACTIVE )) && _zsh_highlight_apply_zle_highlight isearch underline "$ISEARCH_START" "$ISEARCH_END" |  | ||||||
| 
 |  | ||||||
|     # suffix |  | ||||||
|     (( $+SUFFIX_ACTIVE )) && (( SUFFIX_ACTIVE )) && _zsh_highlight_apply_zle_highlight suffix bold "$SUFFIX_START" "$SUFFIX_END" |  | ||||||
| 
 |  | ||||||
| 
 | 
 | ||||||
|     return $ret |     return $ret | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue