mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
refactor(util)!: require("lazy.util").open_cmd()
is deprecated. See the docs
This commit is contained in:
parent
317df42fcf
commit
4f76b431f7
1 changed files with 5 additions and 0 deletions
|
@ -142,6 +142,11 @@ function M.float_cmd(cmd, opts)
|
|||
return float
|
||||
end
|
||||
|
||||
---@deprecated use float_term or float_cmd instead
|
||||
function M.open_cmd()
|
||||
M.warn([[`require("lazy.util").open_cmd()` is deprecated. Please use `float_term` instead. Check the docs]])
|
||||
end
|
||||
|
||||
---@return string?
|
||||
function M.head(file)
|
||||
local f = io.open(file)
|
||||
|
|
Loading…
Add table
Reference in a new issue