I\'d like to know which compilation options were used for my Vim binary. Is there any way to query this?
Specifically, I\'m interested in if it has Python support e
Use vi --version, which shows compilation options and the compiler command.
vi --version