aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-15 12:00:44 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-10-15 12:06:14 +0200
commit2a5a6a05411686da4d13ea467df15265727def68 (patch)
treec3c465fee4795eea758816ee7238ddc8f41dc0df /runtime/doc
parentc4ab110e04e0f447b836e0d613690b24b02f5c24 (diff)
downloadrneovim-2a5a6a05411686da4d13ea467df15265727def68.tar.gz
rneovim-2a5a6a05411686da4d13ea467df15265727def68.tar.bz2
rneovim-2a5a6a05411686da4d13ea467df15265727def68.zip
health.vim: rename "suggestions" to "advice" in most places
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