diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2025-03-28 08:19:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-27 16:19:54 -0700 |
commit | 07f048a8d764b075cb73dca4002b4743841faaa9 (patch) | |
tree | b3d82ebe955a948831a3ce1bf5e85345bb9f55ac /runtime/doc | |
parent | e1f1386d5e5db1d10e42f7779c1af1cce2690c78 (diff) | |
download | rneovim-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.txt | 2 |
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. |