aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-08-07 14:16:30 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-08-21 21:25:33 -0400
commit545e7a416310c9ff700b2afed9eef834c8948c8b (patch)
tree1276c6988560584052513fb76cd617664ed161b9 /runtime/plugin
parent2cc523c3afd3c98e80499409182ca96708d996f4 (diff)
downloadrneovim-545e7a416310c9ff700b2afed9eef834c8948c8b.tar.gz
rneovim-545e7a416310c9ff700b2afed9eef834c8948c8b.tar.bz2
rneovim-545e7a416310c9ff700b2afed9eef834c8948c8b.zip
CheckHealth
- Overlay markdown syntax/filetype, don't invent new filetypes/syntaxes. - migrate s:check_ruby() - s:indent_after_line1 - Less-verbose output
Diffstat (limited to 'runtime/plugin')
-rw-r--r--runtime/plugin/health.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/plugin/health.vim b/runtime/plugin/health.vim
index 04345781a6..db094a03a4 100644
--- a/runtime/plugin/health.vim
+++ b/runtime/plugin/health.vim
@@ -1,3 +1 @@
-
-" call health#add_checker('health#nvim#check')
command! -bang CheckHealth call health#check(<bang>0)