Add showmatch and laststatus=2.

This commit is contained in:
Gea-Suan Lin
2011-02-07 16:35:56 +08:00
parent f32883d1a5
commit 957a786fa7

2
vimrc
View File

@@ -6,11 +6,13 @@ set fileencodings=ucs-bom,utf8,cp950,latin1
set hlsearch set hlsearch
set ignorecase set ignorecase
set incsearch set incsearch
set laststatus=2
set nobomb set nobomb
set nocompatible set nocompatible
set ruler set ruler
set scrolloff=3 set scrolloff=3
set secure set secure
set showmatch
set smartcase set smartcase
set t_Co=256 set t_Co=256
set visualbell set visualbell