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

2.1.0 – Exit Supression

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

Changes

  • It is now possible to pass an additional variable to libmodal#Enter to indicate that the user wishes to control when the mode exits, rather than accept the default <Esc>
    • To tell the mode to exit, pass 1 as the third parameter to libmodal#Enter, and then set g:{modeName}ModeExit to 1 when exiting is desired.