mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 23:05:41 +00:00
doc: Add missing parameter end_pos for range_formatting (#13481)
This commit is contained in:
@@ -149,7 +149,7 @@ end
|
||||
--@param options Table with valid `FormattingOptions` entries.
|
||||
--@param start_pos ({number, number}, optional) mark-indexed position.
|
||||
---Defaults to the start of the last visual selection.
|
||||
--@param start_pos ({number, number}, optional) mark-indexed position.
|
||||
--@param end_pos ({number, number}, optional) mark-indexed position.
|
||||
---Defaults to the end of the last visual selection.
|
||||
function M.range_formatting(options, start_pos, end_pos)
|
||||
validate { options = {options, 't', true} }
|
||||
|
||||
Reference in New Issue
Block a user