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

Make :maps work on Windows and add :cmaps. #1201

Merged
merged 2 commits into from
Apr 8, 2023
Merged

Commits on Apr 7, 2023

  1. Make :maps work on Windows

    This makes the `:maps` command from gokcehan#1146 work on Windows.
    
    This (as well as `:maps` itself) is based on @jackielli's work in gokcehan#1146 and
    gokcehan#1152.
    
    I intend to refactor the code in this or a separate PR, but I thought I'd
    submit the critical and simple bit first.
    ilyagr committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    21bd9c8 View commit details
    Browse the repository at this point in the history
  2. Add :cmaps command

    After the naming scheme from gokcehan#1146, it would seem weird to not have a :cmaps
    command. This could help with issues like gokcehan#876.
    ilyagr committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    fd57104 View commit details
    Browse the repository at this point in the history