How do I enable python in my new GVIM 8.2 installation on windows 10?
问题 I installed the latest gvim from vim.org today. It is a 'loaded' package with many options, cfr infra (output of :version command) I have python 2.7 installed, the python27.dll resides in c:\windows\system32. The python37.dll and pyhon39.dll are available in the 'c:\Program Files\python37' and 'c:\Program Files\python39' directories. These three directories with python dlls are on the system path. Both Gvim and Vim output 0 on the echo has('python') and echo has('python3') commands. Do I have