vim --version
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 06 2019 17:31:41)
Included patches: 1-1453
Modified by [email protected]
Compiled by [email protected]
Huge version without GUI. Features included (+) or not (-):
+comments +libcall -python +vreplace
+conceal +linebreak +python3 +wildignore
I have ignored others in the list by just showing the -python and + python3.
$ python --version
Python 3.6.9
While in the vim I got:
$vim test.py
:!python --version
Python 2.7.17