aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorEisuke Kawashima <e.kawaschima+github@gmail.com>2025-03-28 08:19:54 +0900
committerGitHub <noreply@github.com>2025-03-27 16:19:54 -0700
commit07f048a8d764b075cb73dca4002b4743841faaa9 (patch)
treeb3d82ebe955a948831a3ce1bf5e85345bb9f55ac /runtime/doc
parente1f1386d5e5db1d10e42f7779c1af1cce2690c78 (diff)
downloadrneovim-07f048a8d764b075cb73dca4002b4743841faaa9.tar.gz
rneovim-07f048a8d764b075cb73dca4002b4743841faaa9.tar.bz2
rneovim-07f048a8d764b075cb73dca4002b4743841faaa9.zip
fix(health): message should mention "vim.provider" #33095
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/provider.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/provider.txt b/runtime/doc/provider.txt
index 38bf6281d3..7d9764d7d5 100644
--- a/runtime/doc/provider.txt
+++ b/runtime/doc/provider.txt
@@ -11,7 +11,7 @@ the providers and how to install them.
*E319*
Use of a feature requiring a missing provider is an error: >
- E319: No "foo" provider found. Run ":checkhealth provider"
+ E319: No "foo" provider found. Run ":checkhealth vim.provider"
Run the |:checkhealth| command, and review the sections below.