aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin
diff options
context:
space:
mode:
authorTommy Allen <tommy@esdf.io>2016-06-13 14:56:16 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-06-13 14:56:16 -0400
commit20447ba0983a29537ae9d8df435fdf0f412c4258 (patch)
treeb3bc6e0d033ed9ede49646e4ccbb6b0fa7c14884 /runtime/plugin
parent28cc5a06462090a0411201b2c44140c37a433a0f (diff)
downloadrneovim-20447ba0983a29537ae9d8df435fdf0f412c4258.tar.gz
rneovim-20447ba0983a29537ae9d8df435fdf0f412c4258.tar.bz2
rneovim-20447ba0983a29537ae9d8df435fdf0f412c4258.zip
runtime: Add script for Python diagnostic information (#4885)
Diffstat (limited to 'runtime/plugin')
-rw-r--r--runtime/plugin/health.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/plugin/health.vim b/runtime/plugin/health.vim
new file mode 100644
index 0000000000..db094a03a4
--- /dev/null
+++ b/runtime/plugin/health.vim
@@ -0,0 +1 @@
+command! -bang CheckHealth call health#check(<bang>0)