diff options
| author | jdhao <jdhao@hotmail.com> | 2022-08-01 20:57:37 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-08-01 20:57:37 +0800 |
| commit | bcdc8d3f663f85b2f1c0071200d9a972455ad74d (patch) | |
| tree | d8ba89113eab54c77ae5001705207faafcfa9968 /core | |
| parent | 5498a05bf782977453f11608f5ad905c9119790f (diff) | |
small fix
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index a044b76..c575903 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -426,7 +426,5 @@ function! s:wilder_init() abort endtry endfunction -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" auto-save " -"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" +""""""""""""""""""""""""""""""vim-auto-save settings"""""""""""""""""""""""""""""" let g:auto_save = 1 " enable AutoSave on Vim startup |
