Disable autosuggest if buffer is too large #178

Merged
merged 4 commits into from Jul 18, 2016

3 participants

@lbolla

Make buffer max size configurable, defaulted to infinity ($ZSH_BUFFER_MAX_SIZE).

@lbolla lbolla Disable autosuggest if buffer is too large
Make buffer max size configurable, defaulted to infinity
7b81eb7
@z0rc

Please document the new configuration variable. Also this variable should be under ZSH_AUTOSUGGEST_ "namespace" for consistency with other configuration variables.

@z0rc
z0rc commented Jul 18, 2016 edited

Can you also update https://github.com/zsh-users/zsh-autosuggestions/blob/develop/README.md#configuration with new configuration variable? This will make sure that the regular user knows about this option without checking the source code.

@z0rc

Thank you very much! @ericfreese gentle ping.

@ericfreese ericfreese merged commit 4723946 into zsh-users:develop Jul 18, 2016
@ericfreese
zsh-users member

Thank you @lbolla and @z0rc for your work here!

This was referenced Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment