Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.14k stars 178 forks source link

Leaderf rg --live mode dosen't work, error 'NoneType' object has no attribute 'isReverseOrder' #1038

Closed JaminYoung closed 1 year ago

JaminYoung commented 1 year ago

Describe your question, feature request, or bug.

each time I start vim , and type :Leaderf rg --live, showing error below image but if I typed :Leaderf rg, and it works fine, and after that, typing :Leaderf rg --live works fine as well.

Steps to reproduce

  1. open vim
  2. :Leaderf rg --live
  3. :Leaderf rg
  4. :Leaderf rg --live

Actual behaviour

step 2 would show error mentioned before, step 4 works fine

Expected behaviour

running step 2 without error.

Yggdroot commented 1 year ago

Fixed, thanks.

JaminYoung commented 1 year ago

thanks for fixing it!