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

Use get(g:, ...) to read config #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 1, 2023

  1. Change default keymap add behavior to respect no_plugin_maps

    This is what the system ftplugin scripts that ship with Vim test for
    before installing their own keymaps.
    h3xx committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    91c83b9 View commit details
    Browse the repository at this point in the history
  2. Use get(g:, ...) to read config

    Don't pollute global variable space with this plugin's config if we
    don't have to.
    
    get( {list}, {idx}, {def} ) has been part of Vim since version 7.0033
    (2005-01-07).
    h3xx committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7ec2104 View commit details
    Browse the repository at this point in the history