diff --git a/vimrc b/vimrc index 24a7986..7b8148a 100644 --- a/vimrc +++ b/vimrc @@ -345,10 +345,6 @@ nnoremap [p :let [content, type]= \call setreg(v:register, content, "V")[p \:call setreg(v:register, content, type) -" Tabs vs. Spaces -nnoremap :setl expandtab!:set expandtab? -" TODO: custom function to retab only indentation - " Empty Lines nnoremap :call Enter(0) nnoremap :call Enter(1) @@ -567,7 +563,6 @@ function! s:init_ruby_file() nnoremap ic oclass m'end`'a nnoremap id odef m'()end`'a - set expandtab nnoremap :w:!ruby % nnoremap :w:!ruby -wc % nnoremap ~ :call RubyComment(0)