Files
neovim/runtime
Jongwook Choi fa4b02fa67 feat(vim.version): add vim.version.le and vim.version.ge
- Problem: One cannot easily write something like, for example:
    `version_current >= {0, 10, 0}`; writing like
    `not vim.version.lt(version_current, {0, 10, 0})` is verbose.

- Solution: add {`le`,`ge`} in addition to {`lt`,`gt`}.

- Also improve typing on the operator methods: allow `string` as well.

- Update the example in `vim.version.range()` docs: `ge` in place of
  `gt` better matches the semantics of `range:has`.
2024-01-21 11:41:50 +01:00
..
2024-01-18 08:42:00 +01:00
2024-01-12 13:52:26 +01:00
2024-01-17 14:47:40 +00:00
2024-01-17 14:47:40 +00:00
2023-11-05 21:56:56 +01:00
2023-08-23 20:36:16 +01:00
2024-01-10 06:03:09 +08:00
2024-01-18 08:42:00 +01:00
2022-08-20 10:04:55 +02:00
2024-01-17 14:01:39 +08:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-13 13:25:10 +01:00
2023-08-24 11:33:06 +09:00
2023-08-13 13:25:10 +01:00
2023-08-31 10:58:54 +02:00