[wingide-users] More vi gobbling
Michael Hipp
Michael at Hipp.com
Fri Aug 20 17:49:37 MDT 2010
On 8/20/2010 6:16 PM, Michael Hipp wrote:
> Given this line, place the cursor on the first '3', hit cw.
>
> f3 = wx.StaticText(self, -1, "F3")
>
> Here's the result:
>
> f wx.StaticText(self, -1, "F3")
>
> It gobbles the current word, the space, the '=', and another space.
Another example. This is inside a method argument list. Place the cursor on the
'e' at the end of 'True', hit cw.
label=True, gap=(2,2)
Here's the result:
label=Tru gap=(2,2)
Gobbles the 'e' and the comma. Place it instead on the 'u' and it behaves
correctly.
Michael
More information about the wingide-users
mailing list