You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dhorkin No, the problem is that Fzf Tab doesn't know how to parse the prompt escape sequences that are allowed in the completion system's format style. You should file a bug with Fzf Tab about this.
I can make sure:
[✅] I am using the latest version of fzf-tab
[✅] this is the minimal zshrc which can reproduce this bug
Describe the bug
The dev of
zsh-autocomplete
says that the issue is due to fzf-tab not parsing prompt escape sequences:I can make sure:
compinit
To Reproduce
Steps to reproduce the behavior:
%{%}
and the like in itExpected behavior
Prompt escape sequences should be escaped properly and fzf-tab should display the same way regardless of whether
zsh-autocomplete
is being usedScreenshots
With fzf-tab enabled and zsh-autocomplete disabled:
With both enabled:
Environment:
Minimal zshrc
If applicable, add a minimal zshrc to help us analyze.
.zshrc:
.zsh_plugins.txt
Log
No log appears when I hit CTRL+X
The text was updated successfully, but these errors were encountered: