mirror of
				https://github.com/zsh-users/zsh-autosuggestions.git
				synced 2025-10-23 15:16:27 +08:00 
			
		
		
		
	Forgot a pesky backslash
This commit is contained in:
		
							parent
							
								
									3ce1adb55d
								
							
						
					
					
						commit
						41f15d5c9f
					
				| @ -38,7 +38,7 @@ _zsh_autosuggest_bind_widget() { | |||||||
| 	# zle without the `-w` flag (e.g. `zle self-insert` instead of | 	# zle without the `-w` flag (e.g. `zle self-insert` instead of | ||||||
| 	# `zle self-insert -w`). | 	# `zle self-insert -w`). | ||||||
| 	eval "_zsh_autosuggest_bound_$widget() { | 	eval "_zsh_autosuggest_bound_$widget() { | ||||||
| 		_zsh_autosuggest_widget_$autosuggest_action $prefix$widget $@ | 		_zsh_autosuggest_widget_$autosuggest_action $prefix$widget \$@ | ||||||
| 	}" | 	}" | ||||||
| 
 | 
 | ||||||
| 	# Create the bound widget | 	# Create the bound widget | ||||||
|  | |||||||
| @ -140,7 +140,7 @@ _zsh_autosuggest_bind_widget() { | |||||||
| 	# zle without the `-w` flag (e.g. `zle self-insert` instead of | 	# zle without the `-w` flag (e.g. `zle self-insert` instead of | ||||||
| 	# `zle self-insert -w`). | 	# `zle self-insert -w`). | ||||||
| 	eval "_zsh_autosuggest_bound_$widget() { | 	eval "_zsh_autosuggest_bound_$widget() { | ||||||
| 		_zsh_autosuggest_widget_$autosuggest_action $prefix$widget $@ | 		_zsh_autosuggest_widget_$autosuggest_action $prefix$widget \$@ | ||||||
| 	}" | 	}" | ||||||
| 
 | 
 | ||||||
| 	# Create the bound widget | 	# Create the bound widget | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Eric Freese
						Eric Freese