Skip to content

Semicolon shows up when autocompleting from history using up arrow #828

@Aspecky

Description

@Aspecky

Environment

% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=apple
typeset OSTYPE=darwin19.0
typeset ZSH_PATCHLEVEL=zsh-5.7.1-0-g8b89d0d
typeset -a _autocomplete__funcfiletrace=(
  /Users/aspecky/opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4
  .zshrc:109
  zsh:6
)
% git -C ~autocomplete log --oneline -n1
999134536e Merge pull request #20813 from Homebrew/cask/audit-only-use-sparkle_min_os-as-fallback
  • Operating system: macOS Catalina 10.15.7
  • Terminal emulator: iTerm

Steps to reproduce

% ls
zsh-autocomplete	zshrc
% ls # press up arrow
% ls; # adds semicolon

The issue is similar to #361, #141 and #297 that are all closed.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions