remove backup
This commit is contained in:
parent
0131f010ab
commit
f6ee788575
6
rc/vimrc
6
rc/vimrc
@ -12,11 +12,7 @@ set nocompatible
|
|||||||
" allow backspacing over everything in insert mode
|
" allow backspacing over everything in insert mode
|
||||||
set backspace=indent,eol,start
|
set backspace=indent,eol,start
|
||||||
|
|
||||||
if has("vms")
|
set nobackup " do not keep a backup file, use versions instead
|
||||||
set nobackup " do not keep a backup file, use versions instead
|
|
||||||
else
|
|
||||||
set backup " keep a backup file
|
|
||||||
endif
|
|
||||||
set history=50 " keep 50 lines of command line history
|
set history=50 " keep 50 lines of command line history
|
||||||
set ruler " show the cursor position all the time
|
set ruler " show the cursor position all the time
|
||||||
set showcmd " display incomplete commands
|
set showcmd " display incomplete commands
|
||||||
|
Loading…
x
Reference in New Issue
Block a user