From 20447ba0983a29537ae9d8df435fdf0f412c4258 Mon Sep 17 00:00:00 2001 From: Tommy Allen Date: Mon, 13 Jun 2016 14:56:16 -0400 Subject: runtime: Add script for Python diagnostic information (#4885) --- runtime/plugin/health.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 runtime/plugin/health.vim (limited to 'runtime/plugin') 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(0) -- cgit