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
Nothing should happen and the rest of the pair should probably get removed OR the closing pair should transform to match the opener instead of the closer being inserted right there.
Actual behavior
The closing delimiter is inserted right after point which makes the buffer imbalanced.
Steps to reproduce the problem
Try a tuareg-mode buffer with content (foo) and local pair
Expected behavior
Nothing should happen and the rest of the pair should probably get removed OR the closing pair should transform to match the opener instead of the closer being inserted right there.
Actual behavior
The closing delimiter is inserted right after point which makes the buffer imbalanced.
Steps to reproduce the problem
Try a
tuareg-mode
buffer with content(foo)
and local pairPlace the point before
foo
and hit*
. The buffer breaks.The text was updated successfully, but these errors were encountered: