Updating options

This commit is contained in:
Alex Yatskov 2015-04-17 23:27:43 +09:00
parent 35bdf1041c
commit 5f93424bcc

View File

@ -12,6 +12,7 @@ set completeopt-=preview
set encoding=utf-8 set encoding=utf-8
set expandtab set expandtab
set fileformats=unix,dos,mac set fileformats=unix,dos,mac
set gdefault
set hidden set hidden
set history=1000 set history=1000
set hlsearch set hlsearch
@ -35,6 +36,7 @@ set smartcase
set smartcase set smartcase
set smarttab set smarttab
set tabstop=4 set tabstop=4
set ttyfast
set wildmenu set wildmenu
set wrapmargin=1 set wrapmargin=1