From 61ed67fdf8e4a5209796ccaa7e02aafd6ce95b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 5 Aug 2012 19:56:11 +0200 Subject: vimrc: cleanup spaces --- vimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/vimrc b/vimrc index 9a82aec..d9c7694 100644 --- a/vimrc +++ b/vimrc @@ -39,17 +39,17 @@ set backspace=indent,eol,start " allow backspacing over everything in insert mo "set spell if has("vms") - set nobackup " do not keep a backup file, use versions instead + set nobackupss " do not keep a backup file, use versions instead else - set backup " keep a backup file + set backup " keep a backup file endif set autoindent " use autoindent" set nocompatible " do not try to act like vi set laststatus=2 " alway add status line -set history=50 " keep 50 lines of command line history -set ruler " show the cursor position all the time -set showcmd " display incomplete commands -set incsearch " do incremental searching +set history=50 " keep 50 lines of command line history +set ruler " show the cursor position all the time +set showcmd " display incomplete commands +set incsearch " do incremental searching set number " show line number set showmode " show current mode -- cgit v1.1-2-g2b99