
After the last update, the new delimiter completion feature causes me some problems.
So far I've only been editing Python files and there have been a few different behaviours. Just now entering "print(" responded with three closing parentheses, i.e. "print()))" appeared in the editor. Other times, the program has crashed completely immediately after I enter an opening bracket, especially (it seems) if it's very quickly followed by another character.
Hm, since writing the above, it's now inserting four closing parentheses, perfectly repeatably, but only in one particular document.
Anyone else seeing similar?
--Ben.