mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
docs: misc, rename "tabpage"
Co-authored-by: michael-grunder <michael.grunder@gmail.com> Co-authored-by: Olivia Kinnear <git@superatomic.dev> Co-authored-by: Felipe Matarazzo <felipemps@protonmail.com>
This commit is contained in:
@@ -1460,7 +1460,9 @@ local function is_empty(range)
|
||||
return range.start.line == range['end'].line and range.start.character == range['end'].character
|
||||
end
|
||||
|
||||
--- Perform an incremental selection at the cursor position based on ranges given by the LSP. The
|
||||
--- [lsp-incremental-selection]()
|
||||
---
|
||||
--- Expands or contracts a |Visual| selection at cursor, based on ranges given by LSP. The
|
||||
--- `direction` parameter specifies the number of times to expand the selection. Negative values
|
||||
--- will shrink the selection.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user