From 71ecf2bb17d1bbebe4aeea2ef09ab21c6e7e76e6 Mon Sep 17 00:00:00 2001 From: HIEGEL Hugues Date: Tue, 10 Jun 2008 10:16:18 +0200 Subject: not multibyte-compliant Conflicts: 12_Prompts.zsh net:ordener.fr --- 12_Prompts.zsh | 1 - 20_Options.zsh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/12_Prompts.zsh b/12_Prompts.zsh index b3d2ed7..8b1a545 100644 --- a/12_Prompts.zsh +++ b/12_Prompts.zsh @@ -191,4 +191,3 @@ PS4="+%N:%i> " # Ultime : prompt de correction :-) SPROMPT="zsh: $C_$correct_colors[error]$_C'%R'$C_$color[none]$_C ? Vous ne vouliez pas plutôt $C_$correct_colors[suggest]$_C'%r'$C_$color[none]$_C ? [%BN%byae] " - diff --git a/20_Options.zsh b/20_Options.zsh index f694bdf..3ff6d1b 100644 --- a/20_Options.zsh +++ b/20_Options.zsh @@ -77,4 +77,4 @@ setopt Pushd_Ignore_Dups setopt Glob ## Gestion de l'UTF-8 !! -setopt MultiByte +#setopt MultiByte -- cgit v1.2.3