This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
2.0.1 – Unique Input Variables
Changes
libmodal#Enter
will now create a unique variable for receiving user input based on the name of the mode that was entered.- This should prevent multiple modes from interfering with each other, especially if more than one Vim window is open at a time.
- The variable is now
g:{modeName}ModeInput
.