aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins2024-09-28
* refactor(lua): vim.keymap.set tests, docs #30511Justin M. Keyes2024-09-25
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* test: support upvalues in exec_luaLewis Russell2024-09-21
* test(vim.ui.open): opt.cmdJustin M. Keyes2024-09-16
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(lua): revert vim.tbl_extend behavior change and document itChristian Clason2024-09-08
* test(lua): tbl_deep_extend "after second argument" #30297Justin M. Keyes2024-09-07
* fix(lua): allows tables with integer keys to be merged in tbl_deep_extendLewis Russell2024-09-04
* test: tmpname(create:boolean) #30242Justin M. Keyes2024-09-03
* test: tmpname() can skip file creationJustin M. Keyes2024-09-02
* docs: misc #28970Justin M. Keyes2024-09-01
* fix(vim.text): handle very long strings (#30075)Gregory Anders2024-08-17
* refactor(tests): again yet more global highlight definitionsbfredl2024-08-14
* test: remove internal assertions and simplifyfutsuuu2024-08-13
* test: add a test to check the indentationfutsuuu2024-08-13
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* fix(eval): handle wrong v:lua in expr option properly (#29953)zeertzjq2024-08-02
* fix(version): return nil with empty stringMaria José Solano2024-07-27
* fix(snippet): modify base indentation when there's actually whitespace (#29670)Maria José Solano2024-07-16
* fix(lua)!: do not use typed table for empty dictAmit Singh2024-07-13
* feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider2024-07-06
* fix(glob): avoid `subcapture nesting too deep` error (#29520)Zoltán Nyikos2024-07-06
* fix(lua): use rawget() to get __call in vim.is_callable() (#29536)Tyler Miller2024-07-04
* Merge pull request #29483 from bfredl/nonbinarybfredl2024-06-27
|\
| * refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* | feat(lua): add `context.env` (environment variables) to `vim._with()`Evgeni Chasnovski2024-06-24
* | feat(lua): update `vim._with` to allow more granular option contextsEvgeni Chasnovski2024-06-24
* | test(lua): cover `vim._with()` with testsEvgeni Chasnovski2024-06-24
|/
* test: fix vim.deprecate testsLewis Russell2024-06-12
* fix(vim.wo): never allow non-zero bufnrLewis Russell2024-06-12
* fix(glob): handle overlapping `{}` condition elements #29236Jon Huhn2024-06-10
* feat(lua): add `vim._with`dundargoc2024-06-08
* feat: get/set namespace properties #28728altermo2024-06-07
* fix(lua): don't clamp -1 or v:maxcol in vim.highlight.range() (#29203)zeertzjq2024-06-05
* fix(diagnostic): fix float scope filtering (#29134)Andre Toerien2024-06-04
* feat(ftplugin): change 'commentstring' to `// %s` for C/C++ (#29085)Soham Shanbhag2024-06-03
* test: add a test for #29119zeertzjq2024-06-02
* feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders2024-05-28
* Merge pull request #27339 from MariaSolOs/completionGregory Anders2024-05-28
|\
| * feat(snippet): add default keymaps during snippet sessionMaria José Solano2024-05-28
* | feat(diagnostic): add vim.diagnostic.jump() (#26745)Gregory Anders2024-05-28
* | fix(ui): flush ext_cmdline events before doing cmdpreview #27950luukvbaal2024-05-28
* | fix(runtime): source c ftplugin properly for cpp on Windows (#29053)zeertzjq2024-05-28
* | perf: add fast path to vim.validate (#28977)Gregory Anders2024-05-27
* | refactor(lua): rewrite vim.highlight.range() (#28986)zeertzjq2024-05-25
|/
* fix(fs): make vim.fs.root work for relative paths and unnamed buffers (#28964)Gregory Anders2024-05-24
* fix: change deprecation presentationdundargoc2024-05-24
* fix(comment): fall back to using trimmed comment markers (#28938)Evgeni Chasnovski2024-05-23
* fix(vim.iter): enable optimizations for arrays (lists with holes) (#28781)Gregory Anders2024-05-17