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

Jump to previous/next math zone #1818

Closed
wants to merge 20 commits into from
Closed

Jump to previous/next math zone #1818

wants to merge 20 commits into from

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    52ccf54 View commit details
    Browse the repository at this point in the history
  2. Can also jump back to the end of math zones defined $, $$, \(...\) an…

    …d \[...\]
    oponkork committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    e548663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7370d View commit details
    Browse the repository at this point in the history
  4. Fixed typo

    oponkork committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    0e0ea6f View commit details
    Browse the repository at this point in the history
  5. First check for mathzone for previous position, to prevent the openin…

    …g delimiter from matching for $, $$
    oponkork committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b842e13 View commit details
    Browse the repository at this point in the history
  6. Simplified

    oponkork committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    4a1407e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Incorporated lervag's suggestions.

    oponkork committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    b9f0a6e View commit details
    Browse the repository at this point in the history
  2. Added visual and operator pending mode mappings

    oponkork committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    69eabd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Configuration menu
    Copy the full SHA
    c3f5bc2 View commit details
    Browse the repository at this point in the history
  2. <plug> --> <sid>

    oponkork committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    3a63a11 View commit details
    Browse the repository at this point in the history
  3. Handle edge cases

    oponkork committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    4717878 View commit details
    Browse the repository at this point in the history
  4. Added math motions tests

    navdeeprana committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    b0c8ea0 View commit details
    Browse the repository at this point in the history
  5. Cleanup to fit in 80 characters.

    oponkork committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    f52c2c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Fixed test.

    oponkork committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    ea18f0e View commit details
    Browse the repository at this point in the history
  2. Added math motion in the feature list.

    oponkork committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    b369142 View commit details
    Browse the repository at this point in the history
  3. Added math motion in the feature list.

    oponkork committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    94c43a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0909907 View commit details
    Browse the repository at this point in the history
  5. Fixed minor formatting issues

    oponkork committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    69e481b View commit details
    Browse the repository at this point in the history
  6. Wrap the math regex groups into a super group, so that the not_commen…

    …t check works for all of them.
    oponkork committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    78ef532 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2abf4a6 View commit details
    Browse the repository at this point in the history