kana / vim-textobj-indent

Vim plugin: Text objects for indented blocks of lines
http://www.vim.org/scripts/script.php?script_id=2484
166 stars 10 forks source link

Making textobj extendable (eg. viii...) #5

Open kiryph opened 11 years ago

kiryph commented 11 years ago

As noted in the docs:

Is there any change that the behavior of extending indent level could be achieved (e.g. viii...)?

Thank you.

Holger

kana commented 11 years ago

Though I also want to extend the current selection by repeating ai/ii, currently I don't have enough time to implement it.

kiryph commented 11 years ago

thanks for your reply.

If someone else is interested in this feature, see also Michael Smith's plugin vim-indent-object.