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