-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I've been enjoying text objects, but for some reason the vir combo doesn't work; for example, in this code:
def method_name
return
endPlacing my cursor on the "d" in "def" and running "var" properly selects all three lines. However, "vir" causes the terminal to emit it's ding (usually indicating something didn't work) and instead selects just the line after this code (e.g. often a blank line). All my other text objects seem to work fine with the "inner" variant; any thoughts? I've added nocompat and I have the filetype plugin line. Also, matchit is loaded at the beginning of vimrc.
My dots are at https://github.com/nybblr/dotfiles if they can help. I use vundle for all my plugins and made sure text obj plugins are loaded first.
I'd appreciate any help! I'd love to use ruby blocks with inner.
~ Jonathan