From acb272cdbf14080fedc20866fd67d091c53fdfb6 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 7 Feb 2011 16:31:32 +0800 Subject: [PATCH] Use full name command. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 00072c4..5f2e6de 100644 --- a/vimrc +++ b/vimrc @@ -3,11 +3,11 @@ set cindent set encoding=utf8 set fileencoding=utf8 set fileencodings=ucs-bom,utf8,cp950,latin1 -set hls +set hlsearch set incsearch set nobomb set nocompatible -set ru +set ruler set secure set t_Co=256 syntax on