mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
docs: misc #35459
This commit is contained in:
@@ -1,17 +1,11 @@
|
||||
---@brief
|
||||
---
|
||||
--- WARNING: This module is under experimental support.
|
||||
--- Its semantics are not yet finalized,
|
||||
--- and the stability of this API is not guaranteed.
|
||||
--- Avoid using it outside of Nvim.
|
||||
--- You may subscribe to or participate in the tracking issue
|
||||
--- https://github.com/neovim/neovim/issues/25509
|
||||
--- EXPERIMENTAL: This API may change in the future. Its semantics are not yet finalized.
|
||||
--- Subscribe to https://github.com/neovim/neovim/issues/25509
|
||||
--- to stay updated or contribute to its development.
|
||||
---
|
||||
--- Built on |vim.Range| objects, this module offers operations
|
||||
--- that support comparisons as well as containment checks
|
||||
--- (for positions and for other ranges).
|
||||
--- conversions between various types of ranges is also provided.
|
||||
--- Provides operations to compare, calculate, and convert ranges represented by |vim.Range|
|
||||
--- objects.
|
||||
|
||||
local validate = vim.validate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user