aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* fix(extmarks): splice earlier when opening new line (#28108)zeertzjq2024-03-30
* fix: support UNC paths in vim.fs.normalizedundargoc2024-03-30
* fix(fs): allow backslash characters in unix pathsJames Trew2024-03-29
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* test: skip another flaky test on macOS (#28087)zeertzjq2024-03-29
* test: skip flaky testsdundargoc2024-03-28
* fix(test): typingLewis Russell2024-03-25
* fix(vim.iter): use correct cmp function when truncating tail in `take` (#27998)Calvin Bochulak2024-03-23
* fix(filetype): use unexpanded file name (#27931)zeertzjq2024-03-23
* Merge pull request #27674 from glepnir/snippet_indentbfredl2024-03-15
|\
| * fix(snippet): correct indent with newlineglepnir2024-03-01
* | fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* | vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)zeertzjq2024-03-12
* | test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* | vim-patch:8.2.3862: crash on exit with EXITFREE and using win_execute()Sean Dewar2024-03-09
* | feat(lsp): add fswatch watchfunc backendLewis Russell2024-03-01
* | refactor(watch): general tidy upLewis Russell2024-03-01
|/
* fix(lua): remove uri fragment from file paths (#27647)Ilia Choly2024-02-28
* fix(lsp): add snippet regression test (#27618)Maria José Solano2024-02-25
* fix(lua): make highlight.on_yank use win-local highlight (#27349)altermo2024-02-22
* fix(vim.ui.open): use explorer.exe instead of wslview #26947Vu Nhat Chuong2024-02-20
* 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