mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 23:22:39 +00:00
refactor(vim.gsplit): remove "keepsep"
string.gmatch() is superior, use that instead.
This commit is contained in:
@@ -65,6 +65,8 @@ local M = {}
|
||||
local Version = {}
|
||||
Version.__index = Version
|
||||
|
||||
--- @private
|
||||
---
|
||||
--- Compares prerelease strings: per semver, number parts must be must be treated as numbers:
|
||||
--- "pre1.10" is greater than "pre1.2". https://semver.org/#spec-item-11
|
||||
local function cmp_prerel(prerel1, prerel2)
|
||||
|
||||
Reference in New Issue
Block a user