_ZL_FZF_FLAG doesn't work
NoReasonKen opened this issue · 0 comments
NoReasonKen commented
Lets say I defined export _ZL_FZF_FLAG="+s -e +i. And I expected this should trigger case-sensitive search to ~/.zlua, but seems it does not.
Here is a simple example I made.
z -l Dat
0.5 ~/work/data
24 ~/work/DataAnalysis
89.5 ~/work/output/date
1256 ~/work/log/dataAs you can see, I validated _ZL_FZF_FLAG by using z -l, and found it's actually case-insensitive.
I have tried using fzf directly with explicit -i flag like this cat ~/.zlua | fzf +i, and it works perfectly.
Maybe there is something I missed or I made mistakes, I'm not sure.
Thanks for any help.