From 07f048a8d764b075cb73dca4002b4743841faaa9 Mon Sep 17 00:00:00 2001 From: Eisuke Kawashima Date: Fri, 28 Mar 2025 08:19:54 +0900 Subject: fix(health): message should mention "vim.provider" #33095 --- runtime/doc/provider.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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. -- cgit