gcmt / wildfire.vim

Smart selection of the closest text object
MIT License
611 stars 19 forks source link

Incorrect behavior for iw as a text object action #19

Closed robcsi closed 10 years ago

robcsi commented 10 years ago

Hi,

Nice plugin here, in some ways better that vim-expand-region.

I've added iw as an action myself locally, and it works, although it doesn't work well in this case

if (method () == "some text")

When standing on word text, pressing once selects the word, but pressing twice it selects text") and not the content of quotes.

Cheers, robcsi

jackywu commented 1 year ago

may I ask for how to add 'iw' to select a word ? could you show me the configuration ? @robcsi