Updating options

This commit is contained in:
Alex Yatskov 2015-04-18 09:50:16 +09:00
parent 5f93424bcc
commit 3df51d9b08

View File

@ -9,6 +9,7 @@ set autoread
set autowrite set autowrite
set backspace=indent,eol,start set backspace=indent,eol,start
set completeopt-=preview set completeopt-=preview
set cursorline
set encoding=utf-8 set encoding=utf-8
set expandtab set expandtab
set fileformats=unix,dos,mac set fileformats=unix,dos,mac
@ -30,11 +31,13 @@ set nrformats-=octal
set number set number
set relativenumber set relativenumber
set scrolloff=5 set scrolloff=5
set shiftround
set shiftwidth=4 set shiftwidth=4
set shortmess+=I set shortmess+=I
set smartcase set smartcase
set smartcase set smartcase
set smarttab set smarttab
set t_Co=246
set tabstop=4 set tabstop=4
set ttyfast set ttyfast
set wildmenu set wildmenu
@ -42,7 +45,6 @@ set wrapmargin=1
if has('gui_running') if has('gui_running')
set columns=150 set columns=150
set cursorline
set guioptions-=L set guioptions-=L
set guioptions-=R set guioptions-=R
set guioptions-=T set guioptions-=T