From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9666 invoked by alias); 9 Jan 2012 11:37:43 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16712 Received: (qmail 29613 invoked from network); 9 Jan 2012 11:37:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=cSPHY4jf4CNCNCvIC6OlQoi9QdTT2LVauNfVbitNJG0=; b=SN8ut/6UKsE7wtBpJyjTJTTUrdd/fhNTEMniDV86asSoxo2Na+f0OY76v4QdbE58fZ 92Y+hAnqpuldtBX36g7TWlY0huLpzz1rePWwe3VKZj4yF00B9qVibLhycLeuuoyS9xZT ED1kln9/brUABQfoymMcd8Fi0ukDt2WnSTFL4= Message-ID: <4F0ACA9D.1060100@gmail.com> Date: Mon, 09 Jan 2012 13:08:13 +0200 From: Volodya Khomchak User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111224 Thunderbird/9.0.1 MIME-Version: 1.0 To: zsh-users@zsh.org Subject: Annoying zsh completion Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, Approximately month ego I started to see next annoying zsh completion behavior. # vim /etc/rc.local # zsh: correct 'vim' to '.vim' [nyae]? n It didn't appear with my .zshrc before and looks like this become a problem in latest zsh version. Currently I use `oh-my-zsh` and this still the issue. # pacman -Q zsh # zsh 4.3.15-2 Any help greatly appreciated.