rtags
rtags copied to clipboard
(Vim) how do you get CTRL-] to include the ? and ! at the end of Ruby method names?
If I generate a tags file, and then put the cursor of a method like "confirmed?", vim won't find the tag because it doesn't interpret the keyword to include the question mark.