diff options
author | TJ DeVries <devries.timothyj@gmail.com> | 2016-06-16 17:01:47 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-21 21:25:33 -0400 |
commit | 2cc523c3afd3c98e80499409182ca96708d996f4 (patch) | |
tree | fa422a0b8b4522f605f296ff8adf1c4efc54072c /runtime/doc/provider.txt | |
parent | a26d52ea328e64ab08dae369e5a7c551bb05abf7 (diff) | |
download | rneovim-2cc523c3afd3c98e80499409182ca96708d996f4.tar.gz rneovim-2cc523c3afd3c98e80499409182ca96708d996f4.tar.bz2 rneovim-2cc523c3afd3c98e80499409182ca96708d996f4.zip |
CheckHealth
- Use execute() instead of redir
- Fixed logic on suboptimal pyenv/virtualenv checks.
- Move system calls from strings to lists. Fixes #5218
- Add highlighting
- Automatically discover health checkers
- Add tests
Helped-by: Shougo Matsushita <Shougo.Matsu@gmail.com>
Helped-by: Tommy Allen <tommy@esdf.io>
Closes #4932
Diffstat (limited to 'runtime/doc/provider.txt')
-rw-r--r-- | runtime/doc/provider.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt index 7380fb9346..63dbb00896 100644 --- a/runtime/doc/provider.txt +++ b/runtime/doc/provider.txt @@ -79,14 +79,6 @@ TROUBLESHOOTING *python-trouble* If you have trouble with a plugin that uses the `neovim` Python client, use the |:CheckHealth| command to diagnose your setup. - *:CheckHealth* -:CheckHealth[!] Check your setup for common problems that may be keeping a - plugin from functioning correctly. Include the output of - this command in bug reports to help reduce the amount of - time it takes to address your issue. With "!" the output - will be placed in a new buffer which can make it easier to - save to a file or copy to the clipboard. - ============================================================================== Ruby integration *provider-ruby* |