===================== VPE plug-in mechanism ===================== Vim's default plug-in mechanism =============================== Using Vim's standard mechanism for VPE based plug-ins is a bit fiddly because: - You need a vim script file that then imports and initialises the actual Python code. Note that is it not a good idea to simply put all the code within a ``python3 <