Re: Auto-complete very slow for make command, even using auto-complete code from master branch
Lawrence Velázquez <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jul 7, 2025, at 3:55 AM, Marcos Alano wrote: > Yeah, that's pretty much it. In the end though I got a strange part, > maybe it's normal: > > +-ftb-complete:15> -ftb-zstyle -s continuous-trigger continu> > +-ftb-zstyle:1> zstyle -s :fzf-tab:complete:make:argument-r> > +-ftb-complete:16> [[ linux-gnu == msys ]] > +-ftb-complete:16> continuous_trigger=/ > +-ftb-complete:19> case 0 (0) > +-ftb-complete:20> return 1 > +_complete_debug:26> integer ret=1 > +_complete_debug:27> unsetopt xtrace > > I'm bugged about this `linux-gnu == msys` part. That's from third-party software. https://github.com/Aloxaf/fzf-tab/blob/v1.2.0/fzf-tab.zsh#L114 -- vq