Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

2.0.1 – Unique Input Variables

Compare
Choose a tag to compare
@Iron-E Iron-E released this 25 Apr 17:28
· 65 commits to master since this release

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.