zsh-autosuggestions/src/strategies
Eric Freese d94475ca1b Simplify logic to extract suggestion from between null bytes
Just remove up to and including the first null byte and after and
including the last null byte.

I also looked into using `${${(0)line}[2]}`, but it fails when `$line`
starts with a null byte, since the first split string will be empty and
thus not included in the resulting array.
2019-06-15 21:17:58 -06:00
..
completion.zsh Simplify logic to extract suggestion from between null bytes 2019-06-15 21:17:58 -06:00
history.zsh Finish renaming "default" strategy to "history" 2018-11-24 15:07:08 -07:00
match_prev_cmd.zsh Fix #247 and #248 without using (b) flag 2017-12-06 08:09:14 -07:00