From b8a976afdaf0080498e85530fae65a3165f201d5 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 12 Feb 2026 14:16:47 +0100 Subject: docs: api, messages, lsp, trust gen_vimdoc.lua: In prepare for the upcoming release, comment-out the "Experimental" warning for prerelease features. --- runtime/lua/vim/pack.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'runtime/lua/vim/pack.lua') diff --git a/runtime/lua/vim/pack.lua b/runtime/lua/vim/pack.lua index c59a9b410a..6d9b8dc9a1 100644 --- a/runtime/lua/vim/pack.lua +++ b/runtime/lua/vim/pack.lua @@ -1204,9 +1204,8 @@ end --- @field offline? boolean Whether to skip downloading new updates. Default: `false`. --- --- How to compute a new plugin revision. One of: ---- - "version" (default) - use latest revision matching `version` from plugin specification. ---- - "lockfile" - use revision from the lockfile. Useful for reverting or performing controlled ---- update. +--- - "version" (default): use latest revision matching `version` from plugin specification. +--- - "lockfile": use revision from the lockfile. For reverting or performing controlled update. --- @field target? string --- Update plugins -- cgit v1.3-3-g829e