Installation on Windows
For the first ever installation
A user install is recommended as used in the following instructions.
If this is your first VPE installation then you need to:
Install the VPE package.
python -m pip install --user vim-vpe
Start a new Vim session and run the following commands.
py3 import vpe py3 vpe.post_init() Vpe install
This installs a file called 000-vpe.vim in you Vim plugin directory and also a help file.
For upgrades
Perform an upgrade install of VPE.
python -m pip install ---user --upgrade vim-vpe deactivate
Within a new Vim session enter the commands.
Vpe install
This updates the 000-vpe.vim file and help file.