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

chore: Update all declared submodules and select SnipMate v1 engine #714

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

Commits on Feb 16, 2022

  1. Update all declared submodules

    Run `git submodule update --remote` and commit ONLY.
    
    Closes: carlhuda#713
    shwoodard committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e46e174 View commit details
    Browse the repository at this point in the history
  2. Bump SnipMate engine version from 0 to 1.

    `vim-snipmate`[1] has moved from engine version 0 to version 1. The
    result is that starting vim with janus produces a deprecation
    warning upon starting either vim or gvim. Simply instructing SnipMate to
    use the new engine fixes the issue.
    
    Closes: carlhuda#712
    
    [1] https://github.com/garbas/vim-snipmate
    shwoodard committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    96c989c View commit details
    Browse the repository at this point in the history