""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set history=1000
-" *'history'* *'hi'*
-"'history' 'hi' number (Vim default: 20, Vi default: 0)
-" global
-" {not in Vi}
-" A history of ":" commands, and a history of previous search patterns
-" are remembered. This option decides how many entries may be stored in
-" each of these histories (see |cmdline-editing|).
-" NOTE: This option is set to the Vi default value when 'compatible' is
-" set and to the Vim default value when 'compatible' is reset.
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Sell
set wildmenu
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
+set autoindent
set expandtab
set smarttab
set tabstop=2
set shiftwidth=2
set softtabstop=2
-
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
-set autoindent
-
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set backspace=2
+autocmd filetype make setlocal noexpandtab
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" set textwidth=79
-
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set nobackup
-
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set nohlsearch
-
-""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set noincsearch
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""