diff --git a/vimrc b/vimrc index c694bf0..018ec07 100644 --- a/vimrc +++ b/vimrc @@ -802,8 +802,6 @@ function! s:init_ruby_file() nnoremap ic oclass m'end`'a nnoremap id odef m'()end`'a - nnoremap :w:!ruby % - nnoremap :lmake:lopen nnoremap ~ :call RubyComment(0) nnoremap # :call RubyComment(1) vnoremap ~ :call RubyComment(0)