Files
neovim/runtime/lua/vim
Justin M. Keyes a40eb7cc99 feat(vim.version): more coercion with strict=false
Problem:
"tmux 3.2a" (output from "tmux -V") is not parsed easily.

Solution:
With `strict=false`, discard everything before the first digit.

- rename Semver => Version
- rename vim.version.version() => vim.version._version()
- rename matches() => has()
- remove `opts` from cmp()
2023-03-20 13:40:38 +01:00
..
2023-01-16 01:55:24 -08:00
2023-02-22 16:23:49 +01:00
2023-03-04 13:05:16 +00:00