-
Notifications
You must be signed in to change notification settings - Fork 391
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
Commits on Oct 5, 2020
-
Added support to jump backward and forward to math zones.
oponkork committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 52ccf54 - Browse repository at this point
Copy the full SHA 52ccf54View commit details -
Can also jump back to the end of math zones defined $, $$, \(...\) an…
…d \[...\]
oponkork committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for e548663 - Browse repository at this point
Copy the full SHA e548663View commit details -
Delimiter is two character wide, so we need to check two characters back
oponkork committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 9c7370d - Browse repository at this point
Copy the full SHA 9c7370dView commit details -
oponkork committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 0e0ea6f - Browse repository at this point
Copy the full SHA 0e0ea6fView commit details -
First check for mathzone for previous position, to prevent the openin…
…g delimiter from matching for $, $$
oponkork committedOct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for b842e13 - Browse repository at this point
Copy the full SHA b842e13View commit details -
oponkork committed
Oct 5, 2020 Configuration menu - View commit details
-
Copy full SHA for 4a1407e - Browse repository at this point
Copy the full SHA 4a1407eView commit details
Commits on Oct 7, 2020
-
Incorporated lervag's suggestions.
oponkork committedOct 7, 2020 Configuration menu - View commit details
-
Copy full SHA for b9f0a6e - Browse repository at this point
Copy the full SHA b9f0a6eView commit details -
Added visual and operator pending mode mappings
oponkork committedOct 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 69eabd8 - Browse repository at this point
Copy the full SHA 69eabd8View commit details
Commits on Oct 8, 2020
-
Fixed minor formatting issues as suggested by lervag.
oponkork committedOct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for c3f5bc2 - Browse repository at this point
Copy the full SHA c3f5bc2View commit details -
oponkork committed
Oct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a63a11 - Browse repository at this point
Copy the full SHA 3a63a11View commit details -
oponkork committed
Oct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 4717878 - Browse repository at this point
Copy the full SHA 4717878View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0c8ea0 - Browse repository at this point
Copy the full SHA b0c8ea0View commit details -
Cleanup to fit in 80 characters.
oponkork committedOct 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f52c2c6 - Browse repository at this point
Copy the full SHA f52c2c6View commit details
Commits on Oct 9, 2020
-
oponkork committed
Oct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for ea18f0e - Browse repository at this point
Copy the full SHA ea18f0eView commit details -
Added math motion in the feature list.
oponkork committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for b369142 - Browse repository at this point
Copy the full SHA b369142View commit details -
Added math motion in the feature list.
oponkork committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 94c43a1 - Browse repository at this point
Copy the full SHA 94c43a1View commit details -
Added math motion in the default map list and map definitions.
oponkork committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 0909907 - Browse repository at this point
Copy the full SHA 0909907View commit details -
oponkork committed
Oct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 69e481b - Browse repository at this point
Copy the full SHA 69e481bView commit details -
Wrap the math regex groups into a super group, so that the not_commen…
…t check works for all of them.
oponkork committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 78ef532 - Browse repository at this point
Copy the full SHA 78ef532View commit details -
Fix unexpected behavior which might arise while using motion with count.
oponkork committedOct 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 2abf4a6 - Browse repository at this point
Copy the full SHA 2abf4a6View commit details