name | about | title | labels | assignees |
---|---|---|---|---|
Bug report |
Always include minimal, reproducible test case. If I cannot reproduce it, then I cannot fix it! |
bug |
- I have carefully read all of the instructions in this issue template.
- I have carried them out to the letter.
Failure to do so can and will result in your issue being closed without warning.
print $VENDOR $OSTYPE $SHELL $ZSH_ARGZERO $ZSH_PATCHLEVEL
print -l $_autocomplete__funcfiletrace
git -C ~zsh-autocomplete log --oneline -n1
- Operating system:
- Terminal emulator:
- I have filled out the fields above.
- I have ran the commands in the code block above.
- I have pasted their output into the same block.
cd $(mktemp -d)
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
> .zshrc <<EOF
PS1='%# ' PS2= RPS2='%^'; setopt transientrprompt interactivecomments
source ~/zsh-autocomplete/zsh-autocomplete.plugin.zsh
EOF
env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
- I have run the code block above to create a test environment.
- I have reproduced my problem in this environment in the most minimal way possible.
- I have copy-pasted my entire test session into the same code block.