aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-15 13:16:01 +0200
committerGitHub <noreply@github.com>2017-10-15 13:16:01 +0200
commit68f3da5f619d2151c8dd88d6758c5c86015cdab1 (patch)
treec3c465fee4795eea758816ee7238ddc8f41dc0df /runtime/doc
parent02c2b1d1b38bf26fba0860dfc305fddb2118fd5d (diff)
parent2a5a6a05411686da4d13ea467df15265727def68 (diff)
downloadrneovim-68f3da5f619d2151c8dd88d6758c5c86015cdab1.tar.gz
rneovim-68f3da5f619d2151c8dd88d6758c5c86015cdab1.tar.bz2
rneovim-68f3da5f619d2151c8dd88d6758c5c86015cdab1.zip
Merge pull request #7394 from justinmk/health.vim
health.vim: check 'paste' option; fix highlighting
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/pi_health.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/pi_health.txt b/runtime/doc/pi_health.txt
index 8354c0470f..f77267288c 100644
--- a/runtime/doc/pi_health.txt
+++ b/runtime/doc/pi_health.txt
@@ -64,11 +64,11 @@ health#report_info({msg}) *health#report_info*
health#report_ok({msg}) *health#report_ok*
Displays a "success" message.
-health#report_warn({msg}, [{suggestions}]) *health#report_warn*
- Displays a warning. {suggestions} is an optional List of suggestions.
+health#report_warn({msg}, [{advice}]) *health#report_warn*
+ Displays a warning. {advice} is an optional List of suggestions.
-health#report_error({msg}, [{suggestions}]) *health#report_error*
- Displays an error. {suggestions} is an optional List of suggestions.
+health#report_error({msg}, [{advice}]) *health#report_error*
+ Displays an error. {advice} is an optional List of suggestions.
health#{plugin}#check() *health.user_checker*
This is the form of a healthcheck definition. Call the above functions