When I hit Control-] on "empty?" in Ruby code, Vim says "E426: tag not
found: empty\?" This is a bug, right? I can reach the empty? tag by
hitting ":ta empty?", it's just Control-] that fails.
Can I fix this? Is there a way to make Vim search for "empty?"
instead of "empty\?"? FWIW, hitting Control-] on "empty!" works
great.
I have this in my vimrc so that Ruby's oddball identifiers can be
recognized.
autocmd FileType ruby setlocal iskeyword+=!,?
- Scott
P.S. Let's not argue about whether ? in identifiers is a good idea or
not... Personally I dislike it but it's not my choice.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php