summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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