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

fzf: remove non-working historyWidgetCommand option #1818

Merged

Conversation

berbiche
Copy link
Member

@berbiche berbiche commented Feb 21, 2021

Fixes #1020

Description

The environment variable FZF_CTRL_R_COMMAND has never existed
according to git grep FZF_CTRL_R_COMMAND $(git rev-list --all)
and git log -G FZF_CTRL_R_COMMAND.

This PR marks the option historyWidgetCommand as removed and removes all associated logic.

Checklist

  • Change is backwards compatible.

  • Code formatted with ./format.

  • Code tested through nix-shell --pure tests -A run.all.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.

    • Added myself and the module files to .github/CODEOWNERS.

The environment variable FZF_CTRL_R_COMMAND has never existed
according to `git grep FZF_CTRL_R_COMMAND $(git rev-list --all)`
and `git log -G FZF_CTRL_R_COMMAND`.
@berbiche berbiche requested a review from rycee as a code owner February 21, 2021 06:19
@berbiche berbiche merged commit 21952f1 into nix-community:master Feb 22, 2021
@berbiche berbiche deleted the fzf-remove-historyWidgetCommand-option branch February 22, 2021 04:34
malte-v pushed a commit to malte-v/home-manager that referenced this pull request Feb 24, 2021
The environment variable FZF_CTRL_R_COMMAND has never existed
and been support by fzf according to
`git grep FZF_CTRL_R_COMMAND $(git rev-list --all)` and
`git log -G FZF_CTRL_R_COMMAND`.
aakropotkin pushed a commit to aakropotkin/home-manager that referenced this pull request Feb 28, 2021
The environment variable FZF_CTRL_R_COMMAND has never existed
and been support by fzf according to
`git grep FZF_CTRL_R_COMMAND $(git rev-list --all)` and
`git log -G FZF_CTRL_R_COMMAND`.
cab404 pushed a commit to cab404/home-manager that referenced this pull request Apr 23, 2021
The environment variable FZF_CTRL_R_COMMAND has never existed
and been support by fzf according to
`git grep FZF_CTRL_R_COMMAND $(git rev-list --all)` and
`git log -G FZF_CTRL_R_COMMAND`.
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.

fzf historyWidgetCommand doesn't seem to be working
1 participant