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
Start with aBadTime. Place cursor on B. Type civGood<ESC>. Result should be aGoodTime. Instead, I get GoodBadTime. (Rather unexpected: the character under the cursor is not included in the variable segment!)
Start with AgainABadTime. Place cursor on B and type the same command. Result should be AgainAGoodTime. Instead, I get AgainGoodTime. (Looks like two variable segments, A and Bad, got conflated.)