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