From bcdc8d3f663f85b2f1c0071200d9a972455ad74d Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 1 Aug 2022 20:57:37 +0800 Subject: [PATCH] small fix --- core/plugins.vim | 4 +--- 1 file changed, 1 insertion(+), 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