aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/vim_spec.lua
Commit message (Expand)AuthorAge
* fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)William Boman2022-05-01
* test: correct order of arguments to eq() and neq()zeertzjq2022-04-26
* fix(lua): don't mutate opts parameter of vim.keymap.del (#18227)Andrey Mishchenko2022-04-23
* feat: add vim.tbl_get (#17831)Michael Lingelbach2022-03-24
* fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20
* feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq2022-03-17
* fix(lua): don't use nlua_error when exiting earlybfredl2022-03-07
* test(sr.ht): skip luamod-dev test which crashes nvimJames McCoy2022-03-06
* refactor(lua): reorganize builtin modules, phase 1bfredl2022-03-03
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* fix(api/nvim_win_call): share common win_execute logicSean Dewar2022-02-03
* vim-patch:8.2.4028: ml_get error with :doautoall and Visual areaSean Dewar2022-02-03
* feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq2022-01-13
* feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06
* feat(lua): add vim.keymapshadmansaleh2022-01-04
* feat(lua): add support for multiple optional types in vim.validate (#16864)Shadman2022-01-01
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)Shadman2021-11-26
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* feat: add vim.str_utf_{start,end} (#16129)Michael Lingelbach2021-10-30
* feat: add vim.str_utf_pos functionMichael Lingelbach2021-10-24
* Merge pull request #14794 from BK1603/gdbserver_fixMatthieu Coudron2021-10-20
|\
| * test: close timers in vim_spec.lua functional testShreyansh Chouhan2021-09-20
* | feat(lua): allow passing handles to vim.b/w/tLewis Russell2021-10-19
* | fix(runtime): don't use regexes inside lua require'mod'Björn Linse2021-10-17
* | refactor: use kwargs parameter in vim.splitGregory Anders2021-09-25
* | feat: add trimempty optional parameter to vim.splitGregory Anders2021-09-25
|/
* vim-patch:8.1.0793: incorrect error messages for functions that take a BlobSean Dewar2021-09-15
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* fix(lua): preserve argument lists which are not listsBjörn Linse2021-08-29
* fix(shared): do not treat empty tables as list in deep extend (#15094)Folke Lemaitre2021-07-19
* fix(vim.opt): vimL map string values not trimmed (#14982)jadedpasta2021-07-04
* fix(vim.opt): Fix #14828 with empty values being incorrectly insertedTJ DeVries2021-06-29
* fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries2021-06-29
* fix(vim.opt): Fix #14669 whichwrap now acts as expectedTJ DeVries2021-06-29
* fix(vim.opt): Add basic error handlingDavid Zhang2021-06-29
* fix(vim.opt): Get window options before setting.ckipp012021-06-29
* fix(vim.opt): #14708 Now lets you put duplicate values in wildmodeTJ DeVries2021-06-29
* api: add nvim_win_callnotomo2021-06-10
* lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28
* lua: use proper conversion of vim.g valuesBjörn Linse2021-05-19
* use pcall_errsmolck2021-03-09
* vim.fn: add test for errorsmolck2021-02-04
* runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* Merge pull request #12053 from tjdevries/tjdevries/nicer_validateTJ DeVries2020-10-17
|\
| * test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
| * vim.validate(): include stacktrace in messageTJ DeVries2020-10-05
* | lua: vim.wait allows control of fast events (#13053)TJ DeVries2020-10-06
|/