skim.vim icon indicating copy to clipboard operation
skim.vim copied to clipboard

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

Open kageru opened this issue 1 year ago • 2 comments

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.

kageru avatar Nov 17 '22 21:11 kageru