Eric Freese

Results 104 comments of Eric Freese

This sounds a little like #570 and #578. I would look into your prompt as a possible cause. See if you can reproduce with `zsh -df` and sourcing the plugin...

Would you want tab completion to suggest those files? If not, you might try configuring the zsh completion system to omit those files. Once completion is configured not to try...

I looked into this a little bit found some complex behavior. As a workaround for now, enabling async mode may help. And you can also look at some of the...

I'm not able to reproduce this either. What are you using to trigger `ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS`? What version of z-sy-h?

@elony314 I was able to reproduce this and put up PR #507 to fix. Give that branch (`fixes/partial-accept-duplicate-word`) a shot and let me know if it looks good to you.

> I am looking for deleting an suggestion which is no longer relevant. For example I a tem file has been deleted. A suggestion on a command using that deleted...

```shell $ brew audit --new-formula rat rat: * GitHub repository not notable enough (

PR submitted: https://github.com/Homebrew/homebrew-core/pull/19383

There is currently no debug flag, I've mostly just added logging functionality to the code when needed. I agree there should definitely be some utilities for debugging. The total number...