aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
...
* Revert "refactor(options): set option value for non-current context directly"...zeertzjq2025-01-09
* Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell2025-01-08
|\
| * refactor(options): set option value for non-current context directlyFamiu Haque2024-12-26
* | fix(vim.fs.normalize): normalize case for windows drive letterdundargoc2025-01-04
* | test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* | feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal2025-01-02
* | fix(vim.fs.abspath): correctly handle UNC pathsdundargoc2025-01-01
* | docs: misc #31479Justin M. Keyes2025-01-01
* | fix(vim.fs): joinpath() does not normalize slashes on Windows #31782Gustav Eikaas2024-12-31
* | test: skip flaky watchdirs() test on macosdundargoc2024-12-31
* | vim-patch:9.1.0965: filetype: sh filetype set when detecting the use of bash ...Luca Saccarola2024-12-28
* | feat(lua): add `vim.fs.abspath`Famiu Haque2024-12-28
|/
* feat(ui): specify whether msg_show event is added to historyLuuk van Baal2024-12-23
* feat(ui): additional arguments for cmdline_show/hide eventsLuuk van Baal2024-12-22
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* fix(diagnostic): vim.diagnostic.setqflist() opens loclist on first call #31585Juan Cruz De La Torre2024-12-16
* fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284Jonny Kong2024-12-11
* fix(lua): avoid vim._with() double-free with cmdmod (#31505)zeertzjq2024-12-08
* feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561Bartłomiej Maryńczak2024-12-06
* fix(filetype): make filetype detection work with :doautocmd (#31470)zeertzjq2024-12-06
* test(system_spec): check for .git dir before using git (#31458)zeertzjq2024-12-05
* Merge #31358 fix test failures for release / tarball buildsJustin M. Keyes2024-12-04
|\
| * test(main_spec): use CMakePresets.json instead of .git for root markerJames McCoy2024-12-03
* | fix(vim.system): close pipe handles after process handleLewis Russell2024-12-04
|/
* perf(vim.text): use lookup table implementation for hex encoding (#30080)Gregory Anders2024-11-26
* fix(lua): remove vim.loader.disable() #31344Justin M. Keyes2024-11-26
* test(filetype): symlink detection works after expand('<afile>') (#31307)zeertzjq2024-11-22
* docs: misc (#31138)dundargoc2024-11-21
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* fix(api): nvim_get_option_value does not clean up on FileType error #31219altermo2024-11-18
* fix(messages): proper multiline Lua print() messages #31205luukvbaal2024-11-17
* test(lua/ui_event_spec): avoid polluting log file (#31229)zeertzjq2024-11-16
* fix(ui): no fast context for prompt message kinds #31224luukvbaal2024-11-15
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* Merge pull request #27813 from luukvbaal/msgidbfredl2024-11-11
|\
| * feat(ext_messages): add hl_id to ext_messages chunksLuuk van Baal2024-11-09
* | fix(vim.system): resolve executable paths on windowsLewis Russell2024-11-08
|/
* feat(options)!: disallow setting hidden options #28400Famiu Haque2024-11-04
* fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq2024-11-02
* feat(lua): allow vim.on_key() callback to consume the key (#30939)errael2024-11-01
* feat(diagnostics)!: sort underline severity_sort (#30898)Donatas2024-10-27
* feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2024-10-23
* feat(vim.validate): improve fast form and deprecate spec formLewis Russell2024-10-21
* test(rpc): retry flaky 'vim.rpcrequest and vim.rpcnotify' testChristian Clason2024-10-21
* refactor: rename vim.highlight => vim.hlJustin M. Keyes2024-10-21
* fix(lua): vim.deprecate does not support major>0Justin M. Keyes2024-10-21
* feat(vim.ui.open): support lemonade #30845Uthman Mohamed2024-10-18
* fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq2024-10-12