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

Jumping over closing brackets #70

Open
DerWeh opened this issue Aug 10, 2017 · 0 comments
Open

Jumping over closing brackets #70

DerWeh opened this issue Aug 10, 2017 · 0 comments

Comments

@DerWeh
Copy link

DerWeh commented Aug 10, 2017

Using Neovim (NVIM v0.2.0-1171-g4566f7c) and a clean configuration (only runtimepath for lexima set) the plug-in does not show the described behavior:

Before        Input         After~     
------------------------------------
|             (             (|)             works
------------------------------------
|             "             "|"             works
------------------------------------
""|           "             """|"""        works
------------------------------------
''|           '             '''|'''            works
------------------------------------
\|            [             \[|             works, but \[| input: <cr> gives \[\n|]
------------------------------------
\|            "             \"|             works
------------------------------------
\|            '             \'|              works
------------------------------------
I|            'm            I'm|         works
------------------------------------
(|)           )             ()|             doesn't work, gives: (|
------------------------------------
'|'           '             ''|               doesn't work, gives '|
------------------------------------
(|)           <BS>          |          works
------------------------------------
'|'           <BS>          |           works
------------------------------------
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

1 participant