Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
F-Sy-H has attention to details that is worth noting
- X-seq: zsh-users 23730
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: F-Sy-H has attention to details that is worth noting
- Date: Fri, 26 Oct 2018 18:41:53 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=vurUhCKkX1ZjyI/6Zxbheq5RmOwLSiC8b+BAoxMsgEM=; b=YI8XgBdgYTXfeS6Ck3ONyMfYenSl9EayTxhP7tkzKWcC6nHXbyZYZGrPN8q2mfgoeY GNHVDdBy/DMjjnbHQxxP4wuMarfDmu+S8qm0wuXIQeYZ8JsJJenBfe5Lth/n2idrEJy9 B62W1Jg/ph04hTUa6l2Y7suFHZLHpMjEHN8mBDwxbgaR6yaC1/hh5LAtuZv7XgJyORaw lQTfqv0S6rF2BANrTXOpjbj6OboVwVAcUZk2WSe54o+TntLitfKMsPW6uLfdzXGP+cfe qKcS17DDLnyBn37StuyW+MCUMOLZxTYkrpixG2AhOp6NQneL8avz0y0gpi/bY+7afhVn 6bNA==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hello!
I guess that many people from the mailing-lists use autoload mechanism
quite often from the command line. I want to share that
Fast-Syntax-Highlighting can much help such command-line use:
https://asciinema.org/a/208681
Shortly:
- Values of fpath/FPATH are predicted before executing their assignments.
- Definition of new function is detected before executing it.
- Successful autoload execution is also predicted before the
scheduling of the command-line to the execution.
--
Sebastian Gniazdowski
News: https://twitter.com/ZdharmaI
IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin
Blog: http://zdharma.org
Messages sorted by:
Reverse Date,
Date,
Thread,
Author