Closed Davidation closed 2 months ago
vim --version
nvim --version
:echo has("python")
:echo has("python3")
:echo &pythondll
:echo &pythonthreedll
:py print(sys.version)
:py3 print(sys.version)
:echo g:Lf_Debug_Cmd
:echo g:Lf_FilesFromCache
:mess 输出是什么?
vim --version
ornvim --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