mirror of
https://github.com/neovim/neovim.git
synced 2025-12-06 22:52:42 +00:00
docs: do not use deprecated functions #25334
This commit is contained in:
committed by
GitHub
parent
b3be7b7413
commit
db51548036
@@ -888,7 +888,7 @@ end
|
||||
--- Example:
|
||||
---
|
||||
--- ```lua
|
||||
--- local hl_normal = vim.print(vim.api.nvim_get_hl_by_name('Normal', true))
|
||||
--- local hl_normal = vim.print(vim.api.nvim_get_hl(0, { name = 'Normal' }))
|
||||
--- ```
|
||||
---
|
||||
--- @see |vim.inspect()|
|
||||
|
||||
Reference in New Issue
Block a user