Change inner paren doesn't work in python mode

Alessandro Piras laynor at gmail.com
Wed Sep 12 13:39:22 CEST 2012


Hi guys,
ci( does not work in python mode.
to replicate:

--- example.py ---
for i in range(10):
    print (1, 2, 3)
---------------------------

position the cursor over the "2"

issue ci(

result:

--- example.py ---
f):
    print (1, 2, 3)
--------------------------

Cheers,
Alessandro



More information about the implementations-list mailing list