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?



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