Skip to content

Commit 4f76b43

Browse files
committed
refactor(util)!: require("lazy.util").open_cmd() is deprecated. See the docs
1 parent 317df42 commit 4f76b43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/lazy/util.lua

+5
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ function M.float_cmd(cmd, opts)
142142
return float
143143
end
144144

145+
---@deprecated use float_term or float_cmd instead
146+
function M.open_cmd()
147+
M.warn([[`require("lazy.util").open_cmd()` is deprecated. Please use `float_term` instead. Check the docs]])
148+
end
149+
145150
---@return string?
146151
function M.head(file)
147152
local f = io.open(file)

0 commit comments

Comments
 (0)