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

vai bug #3

Open MSch opened 12 years ago

MSch commented 12 years ago

Here's my input (| is the cursor position)

group :api do
  |gem 'sinatra'
  gem 'slim'
end

vai now selects

group :api do
  gem 'sinatra'
  gem 'slim'

That can't be right can it?

kana commented 12 years ago

I couldn't reproduce the problem. Would you mind to describe the minimum configuration to reproduce the problem? ai should select the second and the third lines in the context, and it works so on my environment.