aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
* feat(fs): add vim.fs.normalize()Gregory Anders2022-05-31
* feat(fs): add vim.fs.find()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dir()Gregory Anders2022-05-31
* feat(fs): add vim.fs.basename()Gregory Anders2022-05-31
* feat(fs): add vim.fs.dirname()Gregory Anders2022-05-31
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31
* fixup: update test/functional/lua/vim_spec.luaLewis Russell2022-05-17
* feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy2022-05-02
* 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
* 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