diff options
Diffstat (limited to 'runtime/autoload')
| -rw-r--r-- | runtime/autoload/health.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/health.vim b/runtime/autoload/health.vim index 346b6e386e..a84cb6a3cc 100644 --- a/runtime/autoload/health.vim +++ b/runtime/autoload/health.vim @@ -22,7 +22,7 @@ function! s:enhance_syntax() abort    highlight! link markdownError Normal    " We don't need code blocks. -  syntax clear markdownCodeBlock +  silent! syntax clear markdownCodeBlock  endfunction  " Runs the specified healthchecks.  | 
