paradigm / TextObjectify

TextObjectify is a Vim plugin which improves text-objects
100 stars 6 forks source link

Fall back to default vim behavior after first visual selection #8

Closed justinmk closed 10 years ago

justinmk commented 10 years ago

This commit fixes a couple of issues:

The vim default behavior is a good fall back for chaining i{ (and other "default" text objects). This change only affects i, not a.

paradigm commented 10 years ago

Oooh, thanks! I'll take a look at it and hopefully merge in the next 48 hours or so.

justinmk commented 10 years ago

So just to summarize, SHA: 17278d2 fixes i{, i}, i), etc. SHA: 209e0d3 fixes iB, ib, etc., and issue #7