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

Repeat change (.) don't work properly when entered some pair brackets #96

Closed
bogdan opened this issue Nov 28, 2014 · 1 comment
Closed

Comments

@bogdan
Copy link

bogdan commented Nov 28, 2014

When I am trying to repeat an input that had pair of brackets it only repeat the sequence entered after them. Example key sequence:

ohello(arg<ESC>.

Expected result:

hello(arg)
hello(arg)

Real result:

hello(arargg)

The code of auto-pairs somehow breaks the recording of the input sequence

@bogdan bogdan changed the title Repeat change (.) don't work properly when entered something Repeat change (.) don't work properly when entered some pair brackets Nov 28, 2014
@jiangmiao
Copy link
Owner

Sorry, the repeat cannot be supported for AutoPairs.
Related issue #3

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

No branches or pull requests

2 participants