aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* feat(diagnostic): goto functions jump to highest severity (#28490)Gregory Anders2024-04-25
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* Merge pull request #28492 from bfredl/hotfixbfredl2024-04-25
|\
| * fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl2024-04-25
* | feat(fs): add vim.fs.root (#28477)Gregory Anders2024-04-24
|/
* test: improve test conventionsdundargoc2024-04-23
* perf(lua): faster vim.deprecate() #28470Evgeni Chasnovski2024-04-23
* fix(diagnostic): vim.diagnostic.get(…,{lnum=…}) on multi-line diagnostic ...Raphael2024-04-23
* fix(diagnostic): open_float on multi-line diagnostics #28301Raphael2024-04-23
* refactor(lua): rename tbl_isarray => isarrayJustin M. Keyes2024-04-21
* refactor(lua): rename tbl_islist => islistJustin M. Keyes2024-04-21
* fix(vim.ui.open): try wslview before explorer.exe #28424Justin M. Keyes2024-04-20
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* feat(lua): vim.fs.normalize() resolves ".", ".." #28203Famiu Haque2024-04-16
* Merge #28227 feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-16
|\
| * feat(diagnostic): enable(…, opts)Justin M. Keyes2024-04-15
| * feat(diagnostic): is_enabled, enable(…, enable:boolean)Justin M. Keyes2024-04-15
* | fix(base64): properly handle embedded NULLs when decoding (#28349)Gregory Anders2024-04-15
|/
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(treesitter): use tree range instead of tree root node rangealtermo2024-04-10
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* fix(prompt): emit change event for prompt newline (#28260)zeertzjq2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* feat(comment): add built-in commentingEvgeni Chasnovski2024-04-05
* test: reduce `exec_lua` callsdundargoc2024-04-04
* 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