[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.31 KB

bug-report.md

File metadata and controls

40 lines (33 loc) · 1.31 KB
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 result in your issue being closed.

Environment

typeset -p1 VENDOR OSTYPE SHELL ZSH_ARGZERO ZSH_PATCHLEVEL _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.

Steps to reproduce

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.