Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Crash on tab completion
- X-seq: zsh-workers 39180
- From: Patrick Hilhorst <patrickhilhorst97@xxxxxxxxx>
- To: zsh-workers@xxxxxxx, Patrick Hilhorst <patrickhilhorst97@xxxxxxxxx>
- Subject: Crash on tab completion
- Date: Mon, 5 Sep 2016 12:42:38 +0200
- 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==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello all,
I recently made a typo in my .zshrc that caused tab complete to crash zsh:
alias cpp_check="clang-tidy
-checks=\"-*,cppcoreguidelines-*,clang-analyzer-*,misc-*,modernize-*,performance-*,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’m not
subscribed to this mailing list.
Cheers,
Patrick Hilhorst
Messages sorted by:
Reverse Date,
Date,
Thread,
Author