lexima.vim
lexima.vim copied to clipboard
Jumping over closing brackets
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
------------------------------------