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 | |
parent | 94953f70b94e639b8b5563295a780a76c37330ab (diff) | |
download | zsh-e377b38ebf44c94ba89600de412b8ec608390f9b.tar.gz zsh-e377b38ebf44c94ba89600de412b8ec608390f9b.tar.xz zsh-e377b38ebf44c94ba89600de412b8ec608390f9b.zip |
typo in AE and OE ligatures
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Functions/Zle/define-composed-chars | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 6908523e9..621a33af3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-08 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 22146: Functions/Zle/define-composed-chars: typo in AE and OE + ligatures. + 2006-01-06 Peter Stephenson <pws@csr.com> * 22124: Src/Zle/zle_hist.c, Src/Zle/zle_misc.c: feep() 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 \ " |