1

Re: quote cutting and yanking

nor i" nor a" seem to be working. right?
not with d nor with y.

2

Re: quote cutting and yanking

You're right. Those are new vim 7 motions that ViEmu doesn't (yet) implement - hopefully in a future version.

3

Re: quote cutting and yanking

I'd be excited to see this addition, too.

4

Re: quote cutting and yanking

I'll try to get that in for the next build, at least in a basic form.

5

Re: quote cutting and yanking

'nor i" nor a" seem to be working. right?
not with d nor with y.'

"Those are new vim 7 motions..."

I just updated to vim 7 recently. What do those commands do?

6

Re: quote cutting and yanking

They are supposed to be similar to 'iw', 'ib', 'iB', etc.

  di'

Would erase the current single-quote-delimited string

  di"

Would erase the current double-quote-delimited string, etc...

ViEmu doesn't support them (yet).