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

Added check for incompatible fzf version #888

Merged
merged 3 commits into from
Mar 31, 2024
Merged

Added check for incompatible fzf version #888

merged 3 commits into from
Mar 31, 2024

Conversation

tolik518
Copy link
Contributor

Navi currently uses fzf with the parameters fzf --preview-window up:2:nohidden while nohidden was added to fzf in version 0.23.1.
Lots of popular distros, like Ubuntu 20.04 or Fedora 30 still distribute fzf 0.20.0 which leads to tickets like #447, #577, or #805.

This PR adds a clear message stating whats wrong instead of forwarding the invalid preview window layout: up:2:nohidden error message to the end user.

Copy link

welcome bot commented Mar 25, 2024

Thanks for opening this pull request!

@jackandroselv
Copy link

jackandroselv commented Mar 25, 2024 via email

@denisidoro denisidoro merged commit d713d50 into denisidoro:master Mar 31, 2024
1 check passed
Copy link

welcome bot commented Mar 31, 2024

Congrats on merging your first pull request!

@tolik518 tolik518 changed the title Added error message for incompatible fzf version Added check for incompatible fzf version Apr 19, 2024
This was referenced May 6, 2024
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.

3 participants