From 7b4295390f951d902ebc34012729e92904d4c1ee Mon Sep 17 00:00:00 2001 From: Luca Saccarola <96259932+saccarosium@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:14:01 +0100 Subject: docs(Open): add reference in documentation (#32678) --- runtime/lua/vim/ui.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/ui.lua b/runtime/lua/vim/ui.lua index cd159f0172..ae6138770a 100644 --- a/runtime/lua/vim/ui.lua +++ b/runtime/lua/vim/ui.lua @@ -108,6 +108,8 @@ end --- Opens `path` with the system default handler (macOS `open`, Windows `explorer.exe`, Linux --- `xdg-open`, …), or returns (but does not show) an error message on failure. --- +--- Can also be invoked with `:Open`. [:Open]() +--- --- Expands "~/" and environment variables in filesystem paths. --- --- Examples: -- cgit