Output of :echo &pythondll(only vim, not neovim): none output
Output of :echo &pythonthreedll(only vim, not neovim): none output
Output of :py print(sys.version): invalid command
Output of :py3 print(sys.version): 3.10.12
Output of :echo g:Lf_Debug_Cmd:
Output of :echo g:Lf_FilesFromCache:
Operating system:
[x] Linux (WSL)
[ ] Mac OS X
[ ] Windows
[ ] Etc.
Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
each time I start vim , and type :Leaderf rg --live, showing error below
but if I typed :Leaderf rg, and it works fine, and after that, typing :Leaderf rg --live works fine as well.
Steps to reproduce
open vim
:Leaderf rg --live
:Leaderf rg
:Leaderf rg --live
Actual behaviour
step 2 would show error mentioned before, step 4 works fine
vim --version
ornvim --version
: 8.2:echo has("python")
: 0:echo has("python3")
: 1:echo &pythondll
(only vim, not neovim): none output:echo &pythonthreedll
(only vim, not neovim): none output:py print(sys.version)
: invalid command:py3 print(sys.version)
: 3.10.12:echo g:Lf_Debug_Cmd
::echo g:Lf_FilesFromCache
:Describe your question, feature request, or bug.
each time I start vim , and type :Leaderf rg --live, showing error below but if I typed :Leaderf rg, and it works fine, and after that, typing :Leaderf rg --live works fine as well.
Steps to reproduce
Actual behaviour
step 2 would show error mentioned before, step 4 works fine
Expected behaviour
running step 2 without error.