aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-05-11 12:58:40 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-05-11 14:20:57 +0200
commit3eaf4a0d5b6cfb073a7a0b86d00da6f7137764fc (patch)
treec40ad534748bdfc490fbb629a0e171def63e4a1f
parent73c6bf38796d3ebd135a9edc67c17a8cec2cc32d (diff)
downloadrneovim-3eaf4a0d5b6cfb073a7a0b86d00da6f7137764fc.tar.gz
rneovim-3eaf4a0d5b6cfb073a7a0b86d00da6f7137764fc.tar.bz2
rneovim-3eaf4a0d5b6cfb073a7a0b86d00da6f7137764fc.zip
health.vim: Don't lose contents after hide.
-rw-r--r--runtime/autoload/health.vim1
1 files changed, 1 insertions, 0 deletions
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