patch-runtime_autoload_health_vim 453 B

12345678910111213141516
  1. $OpenBSD: patch-runtime_autoload_health_vim,v 1.1 2017/05/12 09:56:34 edd Exp $
  2. https://github.com/neovim/neovim/pull/6721
  3. Index: runtime/autoload/health.vim
  4. --- runtime/autoload/health.vim.orig
  5. +++ runtime/autoload/health.vim
  6. @@ -66,6 +66,7 @@ function! health#check(plugin_names) abort
  7. " needed for plasticboy/vim-markdown, because it uses fdm=expr
  8. normal! zR
  9. setlocal nomodified
  10. + setlocal bufhidden=hide
  11. redraw|echo ''
  12. endfunction