diff options
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/options.vim b/core/options.vim index e65d9d8..4a39f32 100644 --- a/core/options.vim +++ b/core/options.vim @@ -33,6 +33,7 @@ if !isdirectory(g:backupdir) endif let &backupdir=g:backupdir +set backup " create backup for files set backupcopy=yes " copy the original file to backupdir and overwrite it " General tab settings |
