From 7c5935b9ba1b903775e24f84740cfeb37961ebcd Mon Sep 17 00:00:00 2001 From: EinfachToll Date: Tue, 15 May 2018 21:48:58 +0200 Subject: [PATCH] Do init s:vimwiki_autowriteall_saved, but perhaps with the default value Ref #492 --- plugin/vimwiki.vim | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugin/vimwiki.vim b/plugin/vimwiki.vim index 52d6025..3f876db 100644 --- a/plugin/vimwiki.vim +++ b/plugin/vimwiki.vim @@ -14,6 +14,13 @@ let s:old_cpo = &cpo set cpo&vim +if exists('g:vimwiki_autowriteall') + let s:vimwiki_autowriteall_saved = g:vimwiki_autowriteall +else + let s:vimwiki_autowriteall_saved = 1 +endif + + " this is called when the cursor leaves the buffer function! s:setup_buffer_leave() " don't do anything if it's not managed by Vimwiki (that is, when it's not in