Updating options

This commit is contained in:
Alex Yatskov 2015-03-21 21:26:20 +09:00
parent 68e89796ab
commit 47fa1b097e

View File

@ -13,6 +13,7 @@ set encoding=utf-8
set expandtab set expandtab
set fileformats=unix,dos,mac set fileformats=unix,dos,mac
set hidden set hidden
set history=1000
set hlsearch set hlsearch
set ignorecase set ignorecase
set incsearch set incsearch
@ -24,6 +25,7 @@ set nobackup
set nofoldenable set nofoldenable
set noswapfile set noswapfile
set nowrap set nowrap
set nrformats-=octal
set number set number
set relativenumber set relativenumber
set scrolloff=5 set scrolloff=5