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
When pasting multiline input (especially with quotes/brackets), autopair inserts matching closing delimiters across line breaks. Those auto-inserted closers end up on a separate line and are printed after
execution (e.g., “* ' } ] )”).
When pasting multiline input (especially with quotes/brackets), autopair inserts matching closing delimiters across line breaks. Those auto-inserted closers end up on a separate line and are printed after
execution (e.g., “* ' } ] )”).
fixes #1563