summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-08-05 19:56:11 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-08-05 19:56:11 +0200
commit61ed67fdf8e4a5209796ccaa7e02aafd6ce95b5a (patch)
treeefe15026d15f616a0980550a5aa0fac630aa5b64 /vimrc
parent8e79c2b61d53435c78890fb14aa73ba94162a949 (diff)
downloadvim-61ed67fdf8e4a5209796ccaa7e02aafd6ce95b5a.zip
vim-61ed67fdf8e4a5209796ccaa7e02aafd6ce95b5a.tar.gz
vimrc: cleanup spaces
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc12
1 files 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