You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A possible fix would be to make a configurable set of quotes per filetype and not consider brackets inside those.
Or a simple, cautious, fix would be to have an option to only close brackets when they are the last thing on the line (in which case the ( would also be left open, but IMO that would be the lesser evil).
Given code like
vim-closer will falsely insert
})
, instead of the correct)
The text was updated successfully, but these errors were encountered: