neovim/runtime/lua
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
..
nvim fix(health): iterate using ipairs correctly (#22119) 2023-02-06 12:24:00 +08:00
vim feat(vim.version): more coercion with strict=false 2023-03-20 13:40:38 +01:00
_vim9script.lua dist: transpile cfilter.vim => cfilter.lua #21662 2023-01-08 12:31:38 -08:00
editorconfig.lua docs(editorconfig): number → integer (#22514) 2023-03-04 13:05:57 +00:00
man.lua fix(man.lua): tests, naming 2023-03-07 15:23:06 +01:00