diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-01-08 18:32:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-01-08 18:32:04 +0000 |
commit | e377b38ebf44c94ba89600de412b8ec608390f9b (patch) | |
tree | 09883a2ed4e219530297604fbcf05b6fba67b6dd /Functions/Zle | |
parent | 94953f70b94e639b8b5563295a780a76c37330ab (diff) | |
download | zsh-e377b38ebf44c94ba89600de412b8ec608390f9b.tar.gz zsh-e377b38ebf44c94ba89600de412b8ec608390f9b.tar.xz zsh-e377b38ebf44c94ba89600de412b8ec608390f9b.zip |
typo in AE and OE ligatures
Diffstat (limited to 'Functions/Zle')
-rw-r--r-- | Functions/Zle/define-composed-chars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/define-composed-chars b/Functions/Zle/define-composed-chars index f15f8e38c..6ba9eb4f7 100644 --- a/Functions/Zle/define-composed-chars +++ b/Functions/Zle/define-composed-chars @@ -116,7 +116,7 @@ z[$a]+=" \ " # ligature with E -a=e +a=E z[$a]="\ A C6 O 152 \ " |