aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* 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
* fix(vim.system): close check handle (#24270)zeertzjq2023-07-06
* fix(vim.ui.open): return (don't show) error messageJustin M. Keyes2023-07-05
* fix(gx): visual selection, expand env varsJustin M. Keyes2023-07-04
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* Merge pull request #24147 from clason/fix/ftpluginzeertzjq2023-06-30
|\
| * test(lua/runtime_spec): add test for ftplugin orderingzeertzjq2023-06-30
* | fix(docs): vimdoc syntax errorsJustin M. Keyes2023-06-25
|/
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* fix(vim.json)!: remove global options, "null", "array_mt" #24070Justin M. Keyes2023-06-21
* fix(fs): make `normalize()` work with '/' path (#24047)Evgeni Chasnovski2023-06-18
* perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500)Jon Huhn2023-06-14
* feat: tostring(vim.version())Justin M. Keyes2023-06-12
* feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger2023-06-10
* feat(lua): add ringbuffer (#22894)Mathias Fußenegger2023-06-08
* feat(lua): add `vim.system()`Lewis Russell2023-06-07
* fix: version-range < and <= #23539Gianmaria Bajo2023-06-06
* fix(spell): splice extmarks on :spellrepall (#23929)zeertzjq2023-06-06
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* fix(colorscheme): try .lua files in 'rtp' before .vim files in 'pp' (#23727)zeertzjq2023-05-23
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* feat(fs): expose join_paths as `vim.fs.joinpath` (#23685)Christian Clason2023-05-20
* build: bundle uncrustifydundargoc2023-05-18
* fix(excmd): append original command to error messagezeertzjq2023-05-05
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
* Merge pull request #23216 from bfredl/lpegbfredl2023-04-27
|\
| * refactor(build): include lpeg as a librarybfredl2023-04-27
* | test: fix dependencies between test cases (#23343)zeertzjq2023-04-27
|/
* test: move vim.iter tests to separate fileGregory Anders2023-04-24
* refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* fix(lua): vim.split may trim inner empty itemsJustin M. Keyes2023-04-21
* fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19