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

Exception not caught: You need to upgrade fzf when using latest version of skim #23

Open
kageru opened this issue Nov 17, 2022 · 2 comments

Comments

@kageru
Copy link

kageru commented Nov 17, 2022

Trying to open the file list, I get this error:

Error detected while processing function fzf#vim#files[15]..<SNR>108_fzf[1]..<SNR>108_check_requirements[18]..function fzf#vim
#files[15]..<SNR>108_fzf[1]..<SNR>108_check_requirements:
line   18:
E605: Exception not caught: You need to upgrade fzf. Found:  (sk). Required: 0.9.3 or above.

I assume the problem is the version check here which checks for version 0.9, finds 0.10, and, if I understand the code correctly, fails because it compares each character individually and 1 < 9.

@rkanati
Copy link

rkanati commented Nov 20, 2022

actually this is related to lotabout/skim#490 - sk --version prints the wrong thing, now, which breaks the parsing.

@rkanati
Copy link

rkanati commented Nov 20, 2022

note: https://github.com/wks/skim.vim appears to contain a fix

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

No branches or pull requests

2 participants