From 8cd992f5e4a65f8d16467bdf843cef5be8f34da3 Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 9 Oct 2020 01:22:50 +0800 Subject: [PATCH] minor update to auto-save --- plugins.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins.vim b/plugins.vim index 08862a9..62576fa 100644 --- a/plugins.vim +++ b/plugins.vim @@ -523,9 +523,8 @@ let g:auto_save = 1 " A list of events to trigger autosave let g:auto_save_events = ['InsertLeave', 'TextChanged'] -" let g:auto_save_events = ['InsertLeave'] -" Show autosave status on command line +" Whether to show autosave status on command line let g:auto_save_silent = 0 """"""""""""""""""""""""""""vim-yoink settings"""""""""""""""""""""""""