vim / .vimrcon commit downgrade defaults.vimrc for version 7.4 (i use arch btw) (bab0f15)
   1unlet! skip_defaults_vim
   2source $VIMRUNTIME/vimrc_example.vim
   3
   4set autoindent
   5set smartindent
   6set nu
   7set expandtab
   8set shiftwidth=2
   9set softtabstop=2