-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I'm using neovim and I've installed the latest versions of vim-textobj-rubyblock and vim-textobj-user with Plug.
For example I want to expand my selection to include method baz.
module Foo
class Bar
def baz(a)
case a # << cursor
when 1
1
when 2
2
end
end
end
endWhen I press var it selects
case a
when 1
1
when 2
2
endWhen I repeat ar nothing happens, selection doesn't change.
Metadata
Metadata
Assignees
Labels
No labels