aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-10-09 01:22:50 +0800
committerjdhao <jdhao@hotmail.com>2020-10-09 01:22:50 +0800
commit8cd992f5e4a65f8d16467bdf843cef5be8f34da3 (patch)
tree37a6d7c0f46cb8accc7d49a1b4abcaeb7c7c2559
parent6749ecfac5621834e7a141b17b102155eac60156 (diff)
minor update to auto-save
-rw-r--r--plugins.vim3
1 files changed, 1 insertions, 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"""""""""""""""""""""""""