aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* fix(diagnostic): use nvim_exec_autocmds to trigger DiagnosticChanged (#18188)Gregory Anders2022-04-20
* fix(extmarks): splice extmarks on accepting spellTony Chen2022-04-02
* 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
* Merge pull request #17459 from rktjmp/lua-error-tostringbfredl2022-03-18
|\
| * feat: call __tostring on lua errors if possible before reporting to userOliver Marriott2022-02-25
* | feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq2022-03-17
* | feat(lua): handle lazy submodules in `:lua vim.` wildmenu completionbfredl2022-03-09
* | 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
* | Merge pull request #17529 from seandewar/api-string-oopsiebfredl2022-02-28
|\ \
| * | fix(api): convert blob to NUL-terminated API stringSean Dewar2022-02-26
| |/
* | refactor(lua): cleanup and docs for threadsbfredl2022-02-26
* | feat(lua): add proper support of luv threadserw72022-02-26
|/
* fix: autoload variables not loaded with vim.g & nvim_get_varshadmansaleh2022-02-13
* fix(diff): make algorithm work for vim.diff (#17300)Lewis Russell2022-02-05
* 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
* chore: typo fixes (#16921)dundargoc2022-01-29
* fix(eval): v:lua support for `-` in module namesbb010g2022-01-28
* feat: use nvim_buf_set_extmark for vim.highlight (#16963)Michael Lingelbach2022-01-15
* fix(filetype): expand tildes in filetype patterns (#17091)Gregory Anders2022-01-14
* feat(api, lua): more conversions between LuaRef and Vim Funcrefzeertzjq2022-01-13
* test: use old style test for testing filetype.lua (#17003)Gregory Anders2022-01-09
* vim-patch:8.2.4014: git and gitcommit file types not properly recognized (#16...Christian Clason2022-01-07
* fix(lua): print multiple return values with =expr (#16933)Shadman2022-01-06
* feat(lua): add notify_once() (#16956)Gregory Anders2022-01-06
* Merge pull request #16591 from shadmansaleh/feat/lua_keymaps2Björn Linse2022-01-06
|\
| * feat(lua): add vim.keymapshadmansaleh2022-01-04
* | test(filetype): port test_filetype to LuaGregory Anders2022-01-05
* | fix(filetype): match on <afile> rather than <abuf> (#16943)Gregory Anders2022-01-05
* | test: fix absolute paths in filetype_spec (#16920)Gregory Anders2022-01-04
|/
* feat: filetype.lua (#16600)Gregory Anders2022-01-04
* feat(lua): make =expr print result of exprshadmansaleh2022-01-04
* fix(lua): stricter type check when calling API function (#16745)dundargoc2022-01-03
* fix(diagnostic): improve validation for list arguments (#16855)Gregory Anders2022-01-01
* feat(lua): add support for multiple optional types in vim.validate (#16864)Shadman2022-01-01
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* fix(uri): change scheme pattern to not include the comma character (#16797)Dmytro Meleshko2021-12-26
* feat(lua): add vim.spell (#16620)Lewis Russell2021-12-25
* perf: pre-compile embedded Lua source into bytecode (#16631)Gregory Anders2021-12-16
* refactor(diagnostic): remove bufnr parameter from open_float (#16579)Gregory Anders2021-12-08
* fix(diagnostic): escape special chars in file names (#16527)Matthew Toohey2021-12-05
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete2021-11-28
* test(diagnostic): diagnostics passed to set() should be an arrayGregory Anders2021-11-27
* fix(lua): fix vim.deepcopy for metatables & cycled tables (#16435)Shadman2021-11-26
* test(diagnostic): uncomment equality checkGregory Anders2021-11-24
* fix(diagnostic): resolve buffer number in get() (#16407)Gregory Anders2021-11-22