neovim/test/functional
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
..
api feat(api): support getting abbreviations (#26868) 2024-01-20 08:08:44 +08:00
autocmd test: use integers for API Buffer/Window/Tabpage EXT types 2024-01-16 19:11:49 +00:00
core feat(terminal): respond to OSC background and foreground request (#17197) 2024-01-15 10:12:07 -06:00
editor test: use integers for API Buffer/Window/Tabpage EXT types 2024-01-16 19:11:49 +00:00
ex_cmds test: big cleanup followup 2024-01-17 10:10:17 +00:00
fixtures build: create separate targets for nvim with and without runtime files 2024-01-20 12:59:27 +01:00
legacy vim-patch:9.1.0040: issue with prompt buffer and hidden buffer (#27071) 2024-01-18 07:23:48 +08:00
lua feat(vim.version): add vim.version.le and vim.version.ge 2024-01-21 11:41:50 +01:00
options vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070) 2024-01-18 07:14:12 +08:00
plugin docs: various #25289 2024-01-18 00:14:48 -08:00
provider test: rename (meths, funcs) -> (api, fn) 2024-01-12 18:59:14 +00:00
shada test: move format_{string,luav} to a separate module 2024-01-17 10:10:17 +00:00
terminal test: big cleanup followup 2024-01-17 10:10:17 +00:00
treesitter feat(treesitter)!: new standard capture names 2024-01-21 10:41:18 +01:00
ui feat(ui): add chdir UI event (#27093) 2024-01-19 14:51:10 -06:00
vimscript test: big cleanup followup 2024-01-17 10:10:17 +00:00
example_spec.lua test: use integers for API Buffer/Window/Tabpage EXT types 2024-01-16 19:11:49 +00:00
helpers.lua test: add type annotations 2024-01-17 10:10:17 +00:00
luacats_grammar_spec.lua fix(doc): improve doc generation of types using lpeg 2024-01-11 16:24:12 +00:00
preload.lua refactor: format test/* 2024-01-03 02:09:29 +01:00