From 3eaf4a0d5b6cfb073a7a0b86d00da6f7137764fc Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 11 May 2017 12:58:40 +0200 Subject: [PATCH] health.vim: Don't lose contents after hide. --- runtime/autoload/health.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/autoload/health.vim b/runtime/autoload/health.vim index 8f45adcff1..1d8cae7d19 100644 --- a/runtime/autoload/health.vim +++ b/runtime/autoload/health.vim @@ -66,6 +66,7 @@ function! health#check(plugin_names) abort " needed for plasticboy/vim-markdown, because it uses fdm=expr normal! zR setlocal nomodified + setlocal bufhidden=hide redraw|echo '' endfunction