summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2022-03-20fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq1
2022-03-17feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq1
2022-03-07fix(lua): don't use nlua_error when exiting earlybfredl1
2022-03-06test(sr.ht): skip luamod-dev test which crashes nvimJames McCoy1
2022-03-03refactor(lua): reorganize builtin modules, phase 1bfredl1
2022-02-13fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh1
2022-02-03fix(api/nvim_win_call): share common win_execute logicSean Dewar1
2022-02-03vim-patch:8.2.4028: ml_get error with :doautoall and Visual areaSean Dewar1
2022-01-13feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq1
2022-01-06feat(lua): add notify_once() (#16956)Gregory Anders1
2022-01-04feat(lua): add vim.keymapshadmansaleh1
2022-01-01feat(lua): add support for multiple optional types in vim.validate (#16864)Shadman1
2021-12-16perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders1
2021-12-04feat(api): add nvim_get_option_valueGregory Anders1
2021-11-26fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)Shadman1
2021-11-06feat(lua): enable stack traces in error output (#16228)Gregory Anders1
2021-10-30feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach1
2021-10-24feat: add vim.str_utf_pos functionMichael Lingelbach1
2021-10-20Merge pull request #14794 from BK1603/gdbserver_fixMatthieu Coudron1
2021-10-19feat(lua): allow passing handles to vim.b/w/tLewis Russell1
2021-10-17fix(runtime): don't use regexes inside lua require'mod'Björn Linse1
2021-09-25refactor: use kwargs parameter in vim.splitGregory Anders1
2021-09-25feat: add trimempty optional parameter to vim.splitGregory Anders1
2021-09-20test: close timers in vim_spec.lua functional testShreyansh Chouhan1
2021-09-15vim-patch:8.1.0793: incorrect error messages for functions that take a BlobSean Dewar1
2021-09-09feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes1
2021-08-29fix(lua): preserve argument lists which are not listsBjörn Linse1
2021-07-19fix(shared): do not treat empty tables as list in deep extend (#15094)Folke Lemaitre1
2021-07-04fix(vim.opt): vimL map string values not trimmed (#14982)jadedpasta1
2021-06-29fix(vim.opt): Fix #14828 with empty values being incorrectly insertedTJ DeVries1
2021-06-29fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries1
2021-06-29fix(vim.opt): Fix #14669 whichwrap now acts as expectedTJ DeVries1
2021-06-29fix(vim.opt): Add basic error handlingDavid Zhang1
2021-06-29fix(vim.opt): Get window options before setting.ckipp011
2021-06-29fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries1
2021-06-10api: add nvim_win_callnotomo1
2021-05-28lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries1
2021-05-19lua: use proper conversion of vim.g valuesBjörn Linse1
2021-03-09use pcall_errsmolck1
2021-02-04vim.fn: add test for errorsmolck1
2020-12-10runtime: propagate lua parsing errors while using "require"dm1try1
2020-11-05lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse1
2020-10-17Merge pull request #12053 from tjdevries/tjdevries/nicer_validateTJ DeVries1
2020-10-06lua: vim.wait allows control of fast events (#13053)TJ DeVries1
2020-10-05test/vim.validate(): assert normalized stacktraceJustin M. Keyes1
2020-10-05vim.validate(): include stacktrace in messageTJ DeVries1
2020-09-13api: add nvim_buf_call to call function with curbuf changed to bufferBjörn Linse1
2020-08-14lua: add vim.register_keystroke_callback (#12536)TJ DeVries1
2020-06-06test: remove flaky unhelpful testTJ DeVries1
2020-06-04lua: fix behavior when split empty string (#12429)notomo1