aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17
* fix(watchfiles): skip Created events when poll starts (#23139)Jon Huhn2023-04-17
* feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten2023-04-17
* vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)zeertzjq2023-04-16
* fix(lua): inspect_pos respect bufnr when get syntax info (#23098)Raphael2023-04-16
* vim-patch:8.2.3783: confusing error for using a variable as a functionzeertzjq2023-04-16
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* fix(loader): reset hashes when running the loaderLewis Russell2023-04-13
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* feat(lua): allow vim.F.if_nil to take multiple arguments (#22903)Gregory Anders2023-04-07
* test(lua/diagnostic_spec): remove unnecessary after_each()zeertzjq2023-04-07
* test(vim.fs.normalize): enable test on Windowsdundargoc2023-04-05
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* refactor(lua): get all marks instead of iterating over namespacesLuuk van Baal2023-04-02
* refactor: remove char_u (#22829)dundargoc2023-04-02
* feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders2023-04-01
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* test: fix flaky watchfiles tests (#22637)Jon Huhn2023-03-26
* build(win): export extern symbols for use in FFI #22756luukvbaal2023-03-23
* refactor(vim.gsplit): remove "keepsep"Justin M. Keyes2023-03-22
* fix(vim.version): prerelease compareJustin M. Keyes2023-03-22
* feat(vim.gsplit): gain features of vim.splitJustin M. Keyes2023-03-22
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* feat(vim.version): more coercion with strict=falseJustin M. Keyes2023-03-20
* refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes2023-03-20
* refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes2023-03-20
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* fix(spell): properly source spell/LANG.{vim,lua} (#22716)zeertzjq2023-03-18
* fix(lua): vim.deprecate() shows ":help deprecated" #22677Justin M. Keyes2023-03-15
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* fix(diff): trigger on_bytes only once after diffget/diffputJaehwang Jung2023-03-11
* fix(buffer_updates): save and restore current window cursor (#16732)zeertzjq2023-03-09
* Merge pull request #13834 from bfredl/omniluabfredl2023-03-07
|\
| * feat(lua): omnifunc for builting lua interpreterBjörn Linse2023-03-06
* | fix(vim.version): incorrect version.cmp()Justin M. Keyes2023-03-06
* | refactor(vim.version): cleanupJustin M. Keyes2023-03-06
* | feat(lua): add semver apiKelly Lin2023-03-06
* | test: don't search entire repo for filesdundargoc2023-03-05
|/
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* feat(vim.fs): pass path to find() predicate, lazy evaluate #22378Mike2023-03-01
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* test(help): drop treesitter parse error to 0Christian Clason2023-02-23
* feat(lua): make sure require'bit' always works, even with PUC lua 5.1bfredl2023-02-22
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* test: make expect_unchanged() less confusing (#22255)zeertzjq2023-02-15
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14