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
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.
The text was updated successfully, but these errors were encountered:
Trying to open the file list, I get this error:
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
.The text was updated successfully, but these errors were encountered: