hifi / monodevelop-justenoughvi

Deprecated, use XSVim instead for MD 7: https://github.com/nosami/XSVim
MIT License
17 stars 13 forks source link

C commands #11

Open nosami opened 8 years ago

nosami commented 8 years ago

The ones I use most are C, cc, c$, ciw, caw, cw

nosami commented 8 years ago

oh, and ci", ci(, ci) etc

hifi commented 8 years ago

Commit e7a158b601d68940cb25c4da7d4637293b2c5dfb implements some of them.

hifi commented 8 years ago

The implementation doesn't currently work by the spec and search for the matching pairs or go over multiple lines.

Caret position after changing over multiple lines also need to be taken into account.