wlonk/vim-orthodontics

There's some weird bug with nested surrounds?

Opened this issue · 0 comments

wlonk commented

So,

foo(bar,baz, {this: too})

with the cursor inside the {} reformed to:

foo(bar,baz, ){
    this: too,
}

Not sure what's happening there. Worked perfectly if cursor was not in {}.