aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* 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
* ci: bump macos runner version to macos-15dundargoc2024-10-06
* feat(lua): completion for vim.fn, vim.v, vim.o #30472Jongwook Choi2024-10-04
* tests: skip watch.watchdirs test on macos 14 CIJustin M. Keyes2024-10-02
* fix(watch): ignore nonexistent paths (ENOENT)Justin M. Keyes2024-10-02
* test: refactor exec_lua in xdiff_specLewis Russell2024-09-30
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
* fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins2024-09-28
* refactor(lua): vim.keymap.set tests, docs #30511Justin M. Keyes2024-09-25
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* test: support upvalues in exec_luaLewis Russell2024-09-21
* test(vim.ui.open): opt.cmdJustin M. Keyes2024-09-16
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(lua): revert vim.tbl_extend behavior change and document itChristian Clason2024-09-08
* test(lua): tbl_deep_extend "after second argument" #30297Justin M. Keyes2024-09-07