dieggsy/esh-autosuggest

Doesn't work in `eshell-command`

okamsn opened this issue · 1 comments

eshell-command reads an Eshell command from the minibuffer.

esh-autosuggest--prefix won't work in this case, since it can't find eshell-prompt-regexp in the minibuffer.

Huh, I didn't know about eshell-command.... I'll take a look at this, though it may be out of scope for esh-autosuggest. ...Maybe not though, as it does weirdly seem to put the minibuffer in eshell-mode so maybe there's something i can do about this.