Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add enbale_start_key_flag #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 26, 2019

  1. Add test before remapping plugin's maps

    The plugin maps the some keys to run the commands of the plugin
    automatically by themselves.
    Until now, those commands were always mapped, regardless of the state of
    the plugin and the mapping themselves.
    
    This caused two problems:
    * When the plugin was not enabled the mapping still existed.
    * When the mapping was empty, an error massage was generated.
    
    To fix both of those problems, I added two tests before running the
    mappings: first, it checks that the plugins is indeed enabled, and then
    it checks that the mapping is not empty. Only in case both of those
    tests passes, the commands are mapped.
    omrisarig13 committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    044f327 View commit details
    Browse the repository at this point in the history