Merge pull request #1105 from hawkins/patch-1

Remove mention of Python 2.7 support in installation instructions
This commit is contained in:
Dave Halter
2023-04-10 21:25:51 +00:00
committed by GitHub

View File

@@ -73,9 +73,9 @@ Installation
Requirements
------------
You need a VIM version that was compiled with Python 2.7 or later
(``+python`` or ``+python3``). You can check this from within VIM using
``:python3 import sys; print(sys.version)`` (use ``:python`` for Python 2).
You need a VIM version that was compiled with Python 3 or later
(``+python3``). You can check this from within VIM using
``:python3 import sys; print(sys.version)``.
Manual installation
-------------------