aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/overrides_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* test: support upvalues in exec_luaLewis Russell2024-09-21
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(test): typingLewis Russell2024-03-25
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* feat(treesitter): improve query error messageAmaan Qureshi2023-08-31
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* feat(lua): make sure require'bit' always works, even with PUC lua 5.1bfredl2023-02-22
* test: simplify platform detection (#21020)dundargoc2022-11-22
* fix(tests): remove irrelevant usage of display-=msgsepbfredl2022-08-17
* feat: call __tostring on lua errors if possible before reporting to userOliver Marriott2022-02-25
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* refactor(tests): remove redir_exec #15718Justin M. Keyes2021-09-19
* fixup! startup: handle autoload and lua packages during startupJan Edmund Lazo2020-11-02
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes2019-12-02
* Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
* lua: do not crash on syntax error in debug.debug()Björn Linse2019-08-05
* lua: immediate-callback safe print()Björn Linse2019-08-05
* Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes2019-03-16
|\
| * Fix os.getenv of lua on Windowserw72019-03-07
|/
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* lua/executor: Fix crash when printing empty string (#7157)Nikolai Aleksandrovich Pavlov2017-08-13
* lua: Use automatic determining of suffixes only for package.cpathZyX2017-05-28
* lua: Add paths from &runtimepath to package.path and package.cpathZyX2017-05-25
* eval,functests: Fix linter errorsZyX2017-03-27
* functests: Add test for debug.debugZyX2017-03-27
* executor,functests: Add print() tests, some fixesZyX2017-03-27