Skip to content

Latest commit

History

History
48 lines (41 loc) 路 1.21 KB

bug-report.md

File metadata and controls

48 lines (41 loc) 路 1.21 KB
name about title labels assignees
Bug report
Always include a minimal, reproducible test case. If I cannot reproduce it, then I cannot fix it!
bug

Environment

% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
<output>
% git -C ~autocomplete log --oneline -n1
<output>
  • Operating system:
  • Terminal emulator:

Steps to reproduce

% cd $(mktemp -d)
% git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
<output>
% > .zshrc <<EOF
setopt interactivecomments transientrprompt
PS1='%# '
PS2=
RPS2='%^'
source $PWD/zsh-autocomplete/zsh-autocomplete.plugin.zsh
EOF
% env -i HOME=$PWD PATH=$PATH TERM=$TERM ${TERMINFO:+TERMINFO=$TERMINFO} zsh -d
% <inputs>
<output>
Contents of ~autocomplete-log/YYYY-MM-DD.log (click to expand)