michaeljsmith / vim-indent-object

Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.
http://www.vim.org/scripts/script.php?script_id=3037
MIT License
735 stars 61 forks source link

Stop cursor on the last line after selecting text by `vii` #16

Closed skywind3000 closed 6 years ago

skywind3000 commented 6 years ago

Keep corresponding bahavior like vip.

see the below for details:

https://github.com/michaeljsmith/vim-indent-object/issues/15