-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Contracting selection does with ir not work for me (ar works just fine). I run tests and all passes. Here is example ruby file and simplest vimrc which reproduce bug in my computer.
module Foo
class Bar
def Baz
[1, 2, 3].each do |i|
i + 1
end
end
end
endset nocompatible
syntax on
filetype off
set rtp+=~/.vim/bundle/Vundle.vim/
call vundle#begin('/tmp/vim/')
Plugin 'gmarik/Vundle.vim'
Plugin 'kana/vim-textobj-user'
Plugin 'nelstrom/vim-textobj-rubyblock'
call vundle#end()
filetype plugin indent on
runtime macros/matchit.vim
syntax on
filetype on
filetype plugin on
filetype indent onHere are my steps:
gg
var
ir # this works OK, selection is reduced by 1 level
ir # this doesn't work
Any idea what may be wrong?
regishideki
Metadata
Metadata
Assignees
Labels
No labels