aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* fix(eval): skip over v:lua properly (#27517)zeertzjq2024-02-18
* refactor(lua): use a keyset for vim.diff opts parsingbfredl2024-02-13
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev)Jongwook Choi2024-02-13
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12
* fix(lsp): handle adjacent snippet tabstopsMaria José Solano2024-02-05
* fix(vim.system): don't process non-fast events during wait() (#27300)zeertzjq2024-02-02
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* fix(lua): avoid internal error when :luado deletes lines (#27262)zeertzjq2024-01-30
* build(docs): separate lint job to validate vimdoc #27227Jongwook Choi2024-01-28
* test(lua/snippet_spec): wait for completion menu (#27243)zeertzjq2024-01-28
* docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes2024-01-27
* feat(ex_cmds): ranged :lua #27167luukvbaal2024-01-26
* fix(eval): properly support checking v:lua function in exists() (#27124)Raphael2024-01-22
* feat(vim.version): add `vim.version.le` and `vim.version.ge`Jongwook Choi2024-01-21
* fix(vim.deprecate): show deprecation warning in devel versions as wellJongwook Choi2024-01-19
* refactor(lua): refactored globaltermo2024-01-19
* docs: various #25289Justin M. Keyes2024-01-18
* test: refactor PathsLewis Russell2024-01-17
* test: big cleanup followupLewis Russell2024-01-17
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* Merge pull request #26734 from bfredl/splitaroobfredl2024-01-13
|\
| * fix(buffer_updates): correct buffer updates when splitting empty linebfredl2024-01-13
* | test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* | test: normalise nvim bridge functionsLewis Russell2024-01-12
* | test: typing for helpers.methsLewis Russell2024-01-12
* | test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* | test: use vim.inspect directlyLewis Russell2024-01-12
* | test: remove helpers.sleep()Lewis Russell2024-01-12
* | test: do not inject vim module into global helpersLewis Russell2024-01-12
|/
* feat(vim.iter): add Iter:flatten (#26786)JD2024-01-10
* refactor: format test/*Justin M. Keyes2024-01-03
* feature(diagnostic): add `vim.diagnostic.count()` (#26807)Evgeni Chasnovski2024-01-01
* test: simplify vim.fs testsdundargoc2023-12-26
* feat(vim.deprecate): only issue warning if neovim version is high enoughdundargoc2023-12-25
* refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli2023-12-22
* refactor: soft-deprecate diagnostic signs configured with :sign-define (#26618)Gregory Anders2023-12-18
* fix(lua): handle array with holes in luaeval() (#26630)zeertzjq2023-12-18
* fix(diagnostic): check for sign namespace instead of sign groupGregory Anders2023-12-13
* refactor(diagnostic): set sign by using extmark (#26193)Raphael2023-12-13
* feat(iter): add `Iter.take` (#26525)Will Hopkins2023-12-12
* fix(lua): memory leak when using invalid syntax with exists() (#26530)zeertzjq2023-12-12
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* Merge pull request #26458 from famiu/refactor/options/optionindexdundargoc2023-12-10
|\
| * refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* | test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
|/
* test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
* fix(lua): allow nil values in serialized Lua arrays (#26329)Gregory Anders2023-12-07
* fix(json): allow objects with empty keys #25564Emanuel2023-12-06
* feat(lua): implement Iter:join() (#26416)Gregory Anders2023-12-05