From a94bde12235e2dc2eba9fdc1ee160c142cf8e4f1 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Mon, 8 Oct 2012 18:44:52 -0700 Subject: [PATCH] Removed erroneous comments --- vim/plugin/settings/smart_jump_to_tag.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/plugin/settings/smart_jump_to_tag.vim b/vim/plugin/settings/smart_jump_to_tag.vim index bc921212..59a4a744 100644 --- a/vim/plugin/settings/smart_jump_to_tag.vim +++ b/vim/plugin/settings/smart_jump_to_tag.vim @@ -34,10 +34,6 @@ endfunction " hit ,f to find the definition of the current class " this uses ctags. the standard way to get this is Ctrl-] -" Using viW so we select the entire word, including any -" exclamation point in a ruby method. FIXME this is not -" good for methods like this(foo) which has parens -" nnoremap ,f viW nnoremap ,f nnoremap :call JumpToRubyMethod()