Skip to content

Conversation

@stevemadere
Copy link

New features:

  • Matches do/end pairs

Bugs fixed:

  • Works better when the cursor is on one of these: {[()]}
  • When the cursor is not on a supported matched end point
    or a match cannot be found, it used to jump to the beginning
    of the line. Now it stays put.
  • Uses the safer normal! instead of normal at various places.

Flaws:

  • Hacky use of 'normal! mZ' may screw up your marks

…art if no match found. flaw: Hacky use of mZ may screw up your marks
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the hacky use of mZ.
It is a problem in that if the user had marked something else with mZ, this will override that and
would likely cause extreme confusion and frustration.
I am open to suggestions of how else to return to the exact location (line and column) at which user started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant