Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Zsh completion question



On Nov 12,  3:31pm, Matias Graña wrote:
}
} I get the same behaviour. I don't set
} zstyle ':completion:*' accept-exact true
} anywhere I'm aware of. In fact, zstyle -L ':completion:*' does not
} show this setting. And, when I set it to false, behaviour changes, so
} it was this option indeed.

Check the output of

(setopt kshoptionprint; setopt | grep recexact)

The REC_EXACT option determines the default state of the accept-exact
style.



Messages sorted by: Reverse Date, Date, Thread, Author