aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh+euc_hack/files/patch-Src::Zle::zle_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh+euc_hack/files/patch-Src::Zle::zle_misc.c')
-rw-r--r--shells/zsh+euc_hack/files/patch-Src::Zle::zle_misc.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/zsh+euc_hack/files/patch-Src::Zle::zle_misc.c b/shells/zsh+euc_hack/files/patch-Src::Zle::zle_misc.c
index e19b39fefcea..44a265e6afb5 100644
--- a/shells/zsh+euc_hack/files/patch-Src::Zle::zle_misc.c
+++ b/shells/zsh+euc_hack/files/patch-Src::Zle::zle_misc.c
@@ -1,9 +1,9 @@
---- Src/Zle/zle_misc.c.orig Mon Sep 10 19:48:51 2001
-+++ Src/Zle/zle_misc.c Thu Mar 25 04:36:46 2004
-@@ -94,6 +94,14 @@
+--- Src/Zle/zle_misc.c.orig Mon Feb 13 19:58:39 2006
++++ Src/Zle/zle_misc.c Thu Jul 13 17:52:43 2006
+@@ -111,6 +111,14 @@
return ret;
}
- if (cs + zmult <= ll) {
+ if (zlecs + zmult <= zlell) {
+#ifdef ZSH_EUC
+ if (locale_is_euc) {
+ if (zmult == 1 &&
@@ -12,6 +12,6 @@
+ cs += 1;
+ }
+#endif
- cs += zmult;
+ zlecs += zmult;
backdel(zmult);
return 0;