Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How do I go about finding reason for slow tab completion with taskwarrior "task" command?
- X-seq: zsh-users 29105
- From: Lawrence Velázquez <larryv@xxxxxxx>
- To: "Steve Dondley" <s@xxxxxxxxxxx>
- Cc: zsh-users@xxxxxxx
- Subject: Re: How do I go about finding reason for slow tab completion with taskwarrior "task" command?
- Date: Sat, 08 Jul 2023 13:12:48 -0400
- Archived-at: <https://zsh.org/users/29105>
- Feedback-id: iaa214773:Fastmail
- In-reply-to: <F2E7F8B2-6031-4E2F-9639-F00485705FE6@dondley.com>
- List-id: <zsh-users.zsh.org>
- References: <F2E7F8B2-6031-4E2F-9639-F00485705FE6@dondley.com>
On Sat, Jul 8, 2023, at 11:56 AM, Steve Dondley wrote:
> What’s a good method for determine what is slowing things down? I was
> thinking about commenting out various part of the script through trial
> and error. But if I rename the _task file and start a new zsh process,
> completion still works.
What matters is not the filename but the #compdef line at the
beginning of the file.
https://zsh.sourceforge.io/Doc/Release/Completion-System.html#Autoloaded-files
--
vq
Messages sorted by:
Reverse Date,
Date,
Thread,
Author