Asynchronous suggestions #180

Open
wants to merge 1 commit into
from

1 participant

@ericfreese
zsh-users member
ericfreese commented Jul 20, 2016 edited

Uses zpty to fetch suggestions asynchronously.

Work in progress. Based on mafredri's zsh-async.

See issue #170 and previous PR #134.

TODO

  • Support older zsh versions (5.0.x) where zpty doesn't give a file descriptor.
  • Support both sync and async modes via config option for environments where zpty doesn't work (see sindresorhus/pure#117)
  • Update/rewrite broken tests.
@jedahan jedahan referenced this pull request in frmendes/geometry Jul 21, 2016
Open

Async support for git info #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment