diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-08-20 19:37:18 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-21 22:03:28 -0400 |
commit | ed49d9d866f8260842ea177fa9ce31dbc398701d (patch) | |
tree | 55073aa69bc14ff0df1acecad432b66d6ff20c23 /runtime/doc | |
parent | 545e7a416310c9ff700b2afed9eef834c8948c8b (diff) | |
download | rneovim-ed49d9d866f8260842ea177fa9ce31dbc398701d.tar.gz rneovim-ed49d9d866f8260842ea177fa9ce31dbc398701d.tar.bz2 rneovim-ed49d9d866f8260842ea177fa9ce31dbc398701d.zip |
CheckHealth: Accept [plugin1 [, plugin2 [, ...]]] args.
To healthcheck the "foo" plugin:
:CheckHealth foo
To healthcheck the "foo" and "bar" plugins:
:CheckHealth foo bar
To run all auto-discovered healthchecks:
:CheckHealth
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 2b1c66d0c1..8ed8a7f64c 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -107,6 +107,7 @@ Events: |TabClosed| |TermOpen| |TermClose| + |TextYankPost| Highlight groups: |hl-EndOfBuffer| |