paradigm / TextObjectify

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

Error when using " #2

Closed base698 closed 11 years ago

base698 commented 11 years ago

Getting this error: Error detected while processing function TextObjectify..19_SearchSameLine..19_CursorInRange:line 12:InterruptedI

When doing something with a " text object.

Example was: "

Test "

Thanks!

base698 commented 11 years ago

I interrupted it. It was in an infinite loop before.

paradigm commented 11 years ago

Yep, if the cursor is on the second line of

"

Test
"

It seems to get into an infinite loop. This also happens with the single-quote and backtick objects. I'll see if I can figure it out and fix it - thanks for notifying me.

paradigm commented 11 years ago

Fixed in 4cc08d596b74f97e8a63e2366a65230ab82eb3a1