diff options
| author | jdhao <jdhao@hotmail.com> | 2021-07-09 22:29:30 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-07-09 22:29:30 +0800 |
| commit | 00f49a2667e8d518fe168339de04f28ab10beb61 (patch) | |
| tree | 6740a20e0fcdfbadc90ef43394b33743b68980e7 /core | |
| parent | 632761391b96d24d8ded1f7f606d10c3a15c7870 (diff) | |
Add backup for files
Diffstat (limited to 'core')
| -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 |
