diff --git a/after/ftplugin/ruby.vim b/after/ftplugin/ruby.vim index d26e9b6..9be0081 100644 --- a/after/ftplugin/ruby.vim +++ b/after/ftplugin/ruby.vim @@ -8,5 +8,3 @@ let g:rubycomplete_classes_in_global = 1 nmap K :!ri hi link rubySymbol Special - -source $MYVIMDIR/bundle/ri-browser/ftplugin/ri.vim diff --git a/after/ftplugin/treetop.vim b/after/ftplugin/treetop.vim index f351378..2accc08 100644 --- a/after/ftplugin/treetop.vim +++ b/after/ftplugin/treetop.vim @@ -1,5 +1,3 @@ setl sts=2 setl sw=2 setl expandtab - -"source $HOME/bundle/ri-browser/ftplugin/ri.vim