From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26668 invoked by alias); 5 Sep 2016 10:42:47 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 39180 Received: (qmail 8636 invoked from network); 5 Sep 2016 10:42:47 -0000 X-Qmail-Scanner-Diagnostics: from mail-lf0-f66.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.215.66):SA:0(0.3/5.0):. Processed in 0.303483 secs); 05 Sep 2016 10:42:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: patrickhilhorst97@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.215.66 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=p/iB3yHaSlwF056zJmO6F2I98t+KekUfdJvrtYvsCCs=; b=E6RxxF7H42qsy/wIiZxpWm29am3RozCUk0mbQ5u73g8Dka6wx2s7mLWuOc/Mf9Rw5p IlJ6FrtXNpKIYGkupkNzbsx+WowciGhQzrUBgRIIlrULikbUv3+8Zuqk8mK/Nv5qUJ0p 0ZbvfHSPJpPqhqiQJUsc+/AXyzRDNi5vzzJwgvFF3W2ipihBX6lrVZlbzzJqRCeDiAA0 KawjweMAMwaaVg9lG4Yg58O93+oMXG7RnMQRDkQtfMntyHhz/1VdNoBGciVJsmqty8Kl OFrE1daFiG79Qe29FYI2L1h30CSvke9APwp0Mefa2md9E0UA2RpX5Wdm/Jczt/K7Peko WrGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=p/iB3yHaSlwF056zJmO6F2I98t+KekUfdJvrtYvsCCs=; b=eTn3At3qTiPw+dFTR1QGZlGaqvOUPfFW76p5gptn4xcYl6p9TuZA9VYGVgidvbNEuG 5nE6u9xbIVyHxBB3hZ7Q/g61I3JhLEqYm9CNDKs0+GBVCGMz4A1Zvc8ODOkIbiWLJ7YN +f1kg14lZmXt6iarVOddKDs9eSvvZOUa891XXi99r28Sxbm9lncvi4wmNEhJgpy+QxR6 xZi4SOvPst1rCMHJMqCxHZNoNuln+aYInnjN/znYtYu2d2YxR6Jl0BVB/fXy5FgnTIov CscMPegc4yHWal9jeb6FMLfkAvEiZL2Cx/GeM4gxI6+jxcUn8UiSufcmjn/NUioRWN9P ihJQ== X-Gm-Message-State: AE9vXwPzFpoJCUx2hohI8PSEJ+s5UqYK9ePg2nLa+heh20+cFowLVUvRNrOYYJ8ULWQzrpMaYN4eH/hP9n5TCg== X-Received: by 10.25.148.8 with SMTP id w8mr1730958lfd.28.1473072159514; Mon, 05 Sep 2016 03:42:39 -0700 (PDT) MIME-Version: 1.0 From: Patrick Hilhorst Date: Mon, 5 Sep 2016 12:42:38 +0200 Message-ID: Subject: Crash on tab completion To: zsh-workers@zsh.org, Patrick Hilhorst Content-Type: multipart/alternative; boundary=001a1140362ecbe993053bc056da --001a1140362ecbe993053bc056da Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello all, I recently made a typo in my .zshrc that caused tab complete to crash zsh: alias cpp_check=3D"clang-tidy -checks=3D\"-*,cppcoreguidelines-*,clang-analyzer-*,misc-*,modernize-*,perf= ormance-*,readability-*" I presume this is because it tries to expand all asterisks. If any more documentation is required, you can reach me at this address, since I=E2=80= =99m not subscribed to this mailing list. Cheers, Patrick Hilhorst =E2=80=8B --001a1140362ecbe993053bc056da--