Add plugin config variables #11

Merged
merged 3 commits into from Dec 4, 2013

2 participants

@dreadatour
  1. Simplify usage of AUTOSUGGESTION_HIGHLIGHT_COLOR config variable (remove useless check for global variable is set).
  2. Add config variable AUTOSUGGESTION_HIGHLIGHT_CURSOR to disable char under cursor highlighting (this char is not a part of entered command, but highlighted like it does, it is confusing a bit). I'd prefer to disable it by default, but this is your plugin and config variable is ok for me.
  3. Add "Configuration" section to README file with description of config variables.
  4. Remove spaces at the end of lines - simply beautify the code.
@dreadatour

Suspend autosuggest on 'history-beginning-search-backward' and 'history-beginning-search-forward' commands.

@tarruda tarruda merged commit a29e838 into zsh-users:master Dec 4, 2013
@tarruda

Thanks

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