aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* feat(lua): implement Iter:join() (#26416)Gregory Anders2023-12-05
* fix(change): update fold after on_bytes (#26364)Jaehwang Jung2023-12-05
* test: check vim.wait() error message in fast context (#26242)zeertzjq2023-11-27
* fix(lua): disallow vim.wait() in fast contextsLewis Russell2023-11-27
* fix(vim.region): handle multibyte inclusive selection properly (#26129)zeertzjq2023-11-21
* test: skip failing watch file tests on freebsd (#26110)Mathias Fußenegger2023-11-19
* perf(lsp): replace file polling on linux with per dir watcher (#26108)Mathias Fußenegger2023-11-19
* refactor(snippet): rename test utilitiesMaria José Solano2023-11-17
* feat(lsp): support for choice snippet nodesMaria José Solano2023-11-17
* feat: add vim.text module (#26069)Gregory Anders2023-11-16
* test: skip failing test on freebsddundargoc2023-11-10
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix(lua): correct return value for on_key with no arguments (#25911)altermo2023-11-07
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
* fix(lsp): do not cancel snippet when selecting placeholder (#25835)Maria José Solano2023-10-30
* fix(diagnostic): virtual_text prefix function should have index and total (#2...Jongwook Choi2023-10-27
* fix(lsp): cancel session when leaving snippet region (#25762)Maria José Solano2023-10-26
* fix(lsp): do not add extra indentationMaria José Solano2023-10-23
* fix(lsp): track snippet deletionMaria José Solano2023-10-23
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* ci(cirrus): don't run lua/help_spec (#25498)zeertzjq2023-10-21
* vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)zeertzjq2023-10-14
* fix(lua): vim.region on linewise selection #25467Aayush Ojha2023-10-06
* fix(api, lua): handle setting v: variables properly (#25325)zeertzjq2023-09-24
* fix(lua): show error message when failing to set variable (#25321)zeertzjq2023-09-23
* fix(lua): not using global value in vim.opt_global (#25196)Phelipe Teles2023-09-17
* fix: invoke changed_bytes when rewriting <Tab> char #25125Ilia Choly2023-09-15
* test(windows): unskip working tests (#25153)dundargoc2023-09-15
* fix(diagnostic): always return copies of diagnostic items (#25010)Evgeni Chasnovski2023-09-06
* refactor(vim.system): factor out on_exit handlingLewis Russell2023-09-05
* fix(vim.system): make timeout work properlyLewis Russell2023-09-05
* fix(vim.system): let on_exit handle cleanup after killLewis Russell2023-09-05
* feat(treesitter): improve query error messageAmaan Qureshi2023-08-31
* vim-patch:9.0.1710: scrolloff options work slightly differentzeertzjq2023-08-23
* feat(diagnostic): filter diagnostics by specific severities (#24736)Michael Strobel2023-08-16
* fix(iter): make pipeline termination conditions consistent (#24614)Gregory Anders2023-08-09
* fix(api): revert unintended change of optional bool paramsbfredl2023-08-09
* test(api): update tests to new error messagesbfredl2023-08-07
* fix(loader): cache path ambiguity #24491Tyler Miller2023-08-01
* fix(api/options): validate buf and winLewis Russell2023-07-22
* test(vim.ui.open): mock failure on WindowsJustin M. Keyes2023-07-21
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
* fix(fs.lua): normalize slash truncation (#23753)Mike2023-07-18
* test(fs): vim.loop was renamed to vim.uv (#24376)kylo2522023-07-17
* test(fs): get tmpdir robustly #23021kylo2522023-07-16
* fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq2023-07-14
* fix(runtime): respect 'rtp' order for all runtime files (#24335)zeertzjq2023-07-14
* perf(rtp): reduce rtp scans (#24191)Lewis Russell2023-07-13
* fix(completion): don't add backslashes to runtime pattern (#24296)zeertzjq2023-07-08
* feat(lua): allow vim.wo to be double indexed (#20288)Lewis Russell2023-07-07