Fix abbreviation of option name for readability

This commit is contained in:
itchyny 2015-03-14 10:30:51 +09:00
parent 1b85a6fbc2
commit 32b6565889

2
.vimrc
View File

@ -197,7 +197,7 @@
set backspace=indent,eol,start " Backspace for dummies
set linespace=0 " No extra spaces between rows
set nu " Line numbers on
set number " Line numbers on
set showmatch " Show matching brackets/parenthesis
set incsearch " Find as you type search
set hlsearch " Highlight search terms