<!-- Before reporting: Search existing issues and check the FAQ. Make sure that you have the latest version of LeaderF. --> - vim or neovim? <!-- use [x] to select, note: no space in between brackets --> - [ ] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: - Output of `:echo has("python")`: - Output of `:echo has("python3")`: - Output of `:echo &pythondll`(only vim, not neovim): - Output of `:echo &pythonthreedll`(only vim, not neovim): - Output of `:py print(sys.version)`: - Output of `:py3 print(sys.version)`: - Output of `:echo g:Lf_Debug_Cmd`: <!-- should only provide this information if it's an issue of :Leaderf file --> - Output of `:echo g:Lf_FilesFromCache`: <!-- should only provide this information if it's an issue of :Leaderf file --> - Operating system: <!-- use [x] to select, note: no space in between brackets --> - [ ] Linux - [ ] Mac OS X - [ ] Windows - [ ] Etc. - Configurations related to LeaderF in vimrc: ### Describe your question, feature request, or bug. ### Steps to reproduce ### Actual behaviour ### Expected behaviour
vim --versionornvim --version::echo has("python")::echo has("python3")::echo &pythondll(only vim, not neovim)::echo &pythonthreedll(only vim, not neovim)::py print(sys.version)::py3 print(sys.version)::echo g:Lf_Debug_Cmd::echo g:Lf_FilesFromCache:Describe your question, feature request, or bug.
Steps to reproduce
Actual behaviour
Expected behaviour