Skip to content

Fix: Remove arguments from -F flag in zsh completion#1825

Open
whyujjwal wants to merge 1 commit into
eza-community:mainfrom
whyujjwal:fix-zsh-completion
Open

Fix: Remove arguments from -F flag in zsh completion#1825
whyujjwal wants to merge 1 commit into
eza-community:mainfrom
whyujjwal:fix-zsh-completion

Conversation

@whyujjwal

Copy link
Copy Markdown

This PR fixes a bug where the -F flag would break tab completion in zsh. This was because the arguments for the -F flag were being defined in the completion script, which was causing issues with how zsh was parsing the alias.

This PR fixes the issue by removing the arguments from the -F flag in the completion script. This means that the user will no longer get completions for the arguments to the -F flag, but it will fix the tab completion issue.

@MartinFillon

Copy link
Copy Markdown
Contributor

Hi, thanks for the pull request. However I do not understand nor can reproduce the breaking of the completion due to -F could you provide a way to reproduce / identify the bug you are mentioning or a video of it happening ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants