mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 07:02:46 +00:00
docs: small fixes
Co-authored-by: Christian Clason <c.clason@uni-graz.at> Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: HiPhish <hiphish@posteo.de> Co-authored-by: Julio B <julio.bacel@gmail.com> Co-authored-by: T727 <74924917+T-727@users.noreply.github.com> Co-authored-by: camoz <camoz@users.noreply.github.com> Co-authored-by: champignoom <66909116+champignoom@users.noreply.github.com>
This commit is contained in:
@@ -333,7 +333,7 @@ local function create_err_msg(v)
|
||||
return string.format('invalid version: %s (%s)', tostring(v), type(v))
|
||||
end
|
||||
|
||||
--- Parses and compares two version version objects (the result of |vim.version.parse()|, or
|
||||
--- Parses and compares two version objects (the result of |vim.version.parse()|, or
|
||||
--- specified literally as a `{major, minor, patch}` tuple, e.g. `{1, 0, 3}`).
|
||||
---
|
||||
--- Example:
|
||||
|
||||
Reference in New Issue
Block a user