Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh-autosuggestions clashes with zsh-manydots-magic #775

Open
Saecki opened this issue Jan 7, 2024 · 0 comments
Open

zsh-autosuggestions clashes with zsh-manydots-magic #775

Saecki opened this issue Jan 7, 2024 · 0 comments
Labels

Comments

@Saecki
Copy link

Saecki commented Jan 7, 2024

Describe the bug

Seemingly out of the blue after a fedora update, I get the following error when pressing backspace:

❯ lalala
No such widget `.manydots-magic.orig.backward-delete-char'

Disabling either of the two plugins makes the error disappear.

To Reproduce

I'm using zsh-manydots-magic placed in the zsh-manydots-magic directory and this plugin placed in the current directory. After running zsh -df and following commands:

source zsh-autosuggestions.zsh
fpath=(zsh-manydots-magic $fpath)
autoload -Uz compinit; compinit
autoload -Uz manydots-magic; manydots-magic

Typing backspace after that will result in the error shown above.

Expected behavior

No error.

Screenshots

image

Desktop

  • OS + distribution: Fedora 38 and 39
  • Zsh version: 5.9
  • Plugin version: same on master or whatever fedora ships
@Saecki Saecki added the bug label Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant