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
If the cursor is on "typename P" and I press "da,", I expect that the text ", typename P" is deleted. But if it's on the "i" in "i > 3", "da," should delete ", i > 3" (and not just ", i " as if ">" was the end of the argument).
The text was updated successfully, but these errors were encountered:
AFAIU, it should be a simple matter of adding "<>" as "parenthesis-like" objects: it could pose problems with expressions with comparisons, though:
If the cursor is on "typename P" and I press "da,", I expect that the text ", typename P" is deleted. But if it's on the "i" in "i > 3", "da," should delete ", i > 3" (and not just ", i " as if ">" was the end of the argument).
The text was updated successfully, but these errors were encountered: